#AA1C67

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

Shades of Jazzberry Jam #AA1C67

Tints of Jazzberry Jam #AA1C67

Color information

#AA1C67 (or 0xAA1C67) is unknown color: approx Jazzberry Jam. HEX triplet: AA, 1C and 67. RGB value is (170,28,103). Sum of RGB (Red+Green+Blue) = 170+28+103=301 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.48% from 301); Green value is 28 (11.33% from 255 or 9.30% from 301); Blue value is 103 (40.62% from 255 or 34.22% from 301); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1C67 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA1C67 is #55E398. Grayscale: #4E4E4E. Windows color (decimal): -5628825 or 6757546. OLE color: 6757546.

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

Color convert

RGB17028103-
CMYK00.840.390.33
HSL328.31º71.72%38.82%-
HSV(B)328.31º83.53%66.67%-
XYZ19.4410.3613.81-
YUV79.01141.54192.9-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 56.48%
GREEN value IS 28 (11.33% from 255) = 9.30%
BLUE value IS 103 (40.62% from 255) = 34.22%
R=56.48%
G=9.30%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1702810300.840.390.33328.3171.7238.82
HexAA1C6705427211484827
Octal252341470124474151011047
Binary10101010111001100111010101001001111000011010010001001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1C67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1C67; }

 p { color: rgb(170,28,103); }

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

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

 a { background-color: rgb(170,28,103); }

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

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

 span { border-color: rgb(170,28,103); }

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