#AA1F68

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

Shades of Jazzberry Jam #AA1F68

Tints of Jazzberry Jam #AA1F68

Color information

#AA1F68 (or 0xAA1F68) is unknown color: approx Jazzberry Jam. HEX triplet: AA, 1F and 68. RGB value is (170,31,104). Sum of RGB (Red+Green+Blue) = 170+31+104=305 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.74% from 305); Green value is 31 (12.5% from 255 or 10.16% from 305); Blue value is 104 (41.02% from 255 or 34.10% from 305); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1F68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA1F68 is #55E097. Grayscale: #505050. Windows color (decimal): -5628056 or 6823850. OLE color: 6823850.

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

Color convert

RGB17031104-
CMYK00.820.390.33
HSL328.49º69.15%39.41%-
HSV(B)328.49º81.76%66.67%-
XYZ19.5710.5314.1-
YUV80.88141.05191.56-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 55.74%
GREEN value IS 31 (12.5% from 255) = 10.16%
BLUE value IS 104 (41.02% from 255) = 34.10%
R=55.74%
G=10.16%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1703110400.820.390.33328.4969.1539.41
HexAA1F6805227211484527
Octal252371500122474151010547
Binary10101010111111101000010100101001111000011010010001000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1F68; }

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

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

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

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

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

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

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

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