#a72068

Color #A72068 Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #A72068

Tints of Jazzberry Jam #A72068

Color information

#A72068 (or 0xA72068) is unknown color: approx Jazzberry Jam. HEX triplet: A7, 20 and 68. RGB value is (167,32,104). Sum of RGB (Red+Green+Blue) = 167+32+104=303 (40% of max value = 765). Red value is 167 (65.62% from 255 or 55.12% from 303); Green value is 32 (12.89% from 255 or 10.56% from 303); Blue value is 104 (41.02% from 255 or 34.32% from 303); Max value from RGB is 167 - color contains mainly: red. Hex color #A72068 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A72068 is #58DF97. Grayscale: #505050. Windows color (decimal): -5824408 or 6824103. OLE color: 6824103.

HSL color Cylindrical-coordinate representation of color #A72068: hue angle of 328º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A72068 is Cyan = 0, Magento = 0.81, Yellow = 0.38 and Black (K on CMYK) = 0.35.

Color convert

RGB16732104-
CMYK00.810.380.35
HSL328º67.84%39.02%-
HSV(B)328º80.84%65.49%-
XYZ18.9510.2514.08-
YUV80.57141.23189.65-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 167 (65.62% from 255) = 55.12%
GREEN value IS 32 (12.89% from 255) = 10.56%
BLUE value IS 104 (41.02% from 255) = 34.32%
R=55.12%
G=10.56%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.38
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1673210400.810.380.3532867.8439.02
HexA7206805126231484427
Octal247401500121464351010447
Binary101001111000001101000010100011001101000111010010001000100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a72068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a72068; }

 p { color: rgb(167,32,104); }

 H1.HeaderClassName
 {
   color: #a72068;
 }
 .AnyTagClassName
 {
   color: #a72068;
 }
</style>
background-color css

<style>
 a { background-color: #a72068; }

 a { background-color: rgb(167,32,104); }

 div.DivClassName
 {
   background-color: #a72068;
 }
 .BgClassName
 {
   background-color: #a72068;
 }
</style>
border-color css

<style>
 span { border-color: #a72068; }

 span { border-color: rgb(167,32,104); }

 td.TdClassName
 {
   border-color: #a72068;
 }
 .TagClassName
 {
   border-color: #a72068;
 }
</style>