#A72668

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

Shades of Jazzberry Jam #A72668

Tints of Jazzberry Jam #A72668

Color information

#A72668 (or 0xA72668) is unknown color: approx Jazzberry Jam. HEX triplet: A7, 26 and 68. RGB value is (167,38,104). Sum of RGB (Red+Green+Blue) = 167+38+104=309 (40% of max value = 765). Red value is 167 (65.62% from 255 or 54.05% from 309); Green value is 38 (15.23% from 255 or 12.30% from 309); Blue value is 104 (41.02% from 255 or 33.66% from 309); Max value from RGB is 167 - color contains mainly: red. Hex color #A72668 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A72668 is #58D997. Grayscale: #535353. Windows color (decimal): -5822872 or 6825639. OLE color: 6825639.

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

Color convert

RGB16738104-
CMYK00.770.380.35
HSL329.3º62.93%40.2%-
HSV(B)329.3º77.25%65.49%-
XYZ19.1310.614.13-
YUV84.1139.24187.13-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 54.05%
GREEN value IS 38 (15.23% from 255) = 12.30%
BLUE value IS 104 (41.02% from 255) = 33.66%
R=54.05%
G=12.30%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.38
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1673810400.770.380.35329.362.9340.2
HexA7266804D26231493f28
Octal24746150011546435117750
Binary10100111100110110100001001101100110100011101001001111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A72668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A72668; }

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

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

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

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

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

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

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

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