Html Css Color HEX #AA0867 Jazzberry Jam

📋 copy color: '#AA0867'

red 170 ◦ green 8 ◦ blue 103

#AA0867
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazzberry Jam #AA0867

Tints of Jazzberry Jam #AA0867

RGB

 RED value IS 170 (66.8% from 255) = 60.5%

 GREEN value IS 8 (3.52% from 255) = 2.85%

 BLUE value IS 103 (40.63% from 255) = 36.65%

R = 60.5%
G = 2.85%
B = 36.65%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#AA0867 (or 0xAA0867) is known color: Jazzberry Jam. HEX triplet: AA, 08 and 67. RGB value is (170,8,103). Sum of RGB (Red+Green+Blue) = 170+8+103=281 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.50% from 281); Green value is 8 (3.52% from 255 or 2.85% from 281); Blue value is 103 (40.62% from 255 or 36.65% from 281); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0867 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0867 is #55F798. Grayscale: #434343. Windows color (decimal): -5633945 or 6752426. OLE color: 6752426.

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

Color convert

RGB 170 8 103 -
CMYK 0 0.95 0.39 0.33
HSL 324.81º 0.91% 0.35% -
HSV(B) 324.81º 0.95% 0.67% -
XYZ 19.11 9.7 13.7 -
YUV 67.27 148.17 201.28 -
System Red Green Blue C M Y K H S L
Decimal 170 8 103 0 0.95 0.39 0.33 324.81 0.91 0.35
Hex AA 8 67 0 5F 27 21 145 5B 23
Octal 252 10 147 0 137 47 41 505 133 43
Binary 10101010 1000 1100111 0 1011111 100111 100001 101000101 1011011 100011

Color Harmonies of #AA0867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0867

Black with #AA0867

Text Example


Text Example

White with #AA0867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0867; }

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

 H1.HeaderClassName
 {
   color: #AA0867;
 }
 .AnyTagClassName
 {
   color: #AA0867;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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