#AA2068

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

Shades of Jazzberry Jam #AA2068

Tints of Jazzberry Jam #AA2068

Color information

#AA2068 (or 0xAA2068) is unknown color: approx Jazzberry Jam. HEX triplet: AA, 20 and 68. RGB value is (170,32,104). Sum of RGB (Red+Green+Blue) = 170+32+104=306 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.56% from 306); Green value is 32 (12.89% from 255 or 10.46% from 306); Blue value is 104 (41.02% from 255 or 33.99% from 306); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2068 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA2068 is #55DF97. Grayscale: #515151. Windows color (decimal): -5627800 or 6824106. OLE color: 6824106.

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

Color convert

RGB17032104-
CMYK00.810.390.33
HSL328.7º68.32%39.61%-
HSV(B)328.7º81.18%66.67%-
XYZ19.5910.5814.11-
YUV81.47140.72191.15-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 55.56%
GREEN value IS 32 (12.89% from 255) = 10.46%
BLUE value IS 104 (41.02% from 255) = 33.99%
R=55.56%
G=10.46%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1703210400.810.390.33328.768.3239.61
HexAA206805127211494428
Octal252401500121474151110450
Binary101010101000001101000010100011001111000011010010011000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA2068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA2068; }

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

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

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

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

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

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

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

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