Html Css Color HEX #AA0865 Jazzberry Jam

📋 copy color: '#AA0865'

red 170 ◦ green 8 ◦ blue 101

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

Shades of Jazzberry Jam #AA0865

Tints of Jazzberry Jam #AA0865

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 36.2%

R = 60.93%
G = 2.87%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#AA0865 (or 0xAA0865) is known color: Jazzberry Jam. HEX triplet: AA, 08 and 65. RGB value is (170,8,101). Sum of RGB (Red+Green+Blue) = 170+8+101=279 (36% of max value = 765). Red value is 170 (66.80% from 255 or 60.93% from 279); Green value is 8 (3.52% from 255 or 2.87% from 279); Blue value is 101 (39.84% from 255 or 36.20% from 279); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0865 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0865 is #55F79A. Grayscale: #424242. Windows color (decimal): -5633947 or 6621354. OLE color: 6621354.

HSL color Cylindrical-coordinate representation of color #AA0865: hue angle of 325.56º 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 #AA0865 is Cyan = 0, Magento = 0.95, Yellow = 0.41 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 8 101 -
CMYK 0 0.95 0.41 0.33
HSL 325.56º 0.91% 0.35% -
HSV(B) 325.56º 0.95% 0.67% -
XYZ 19.01 9.66 13.17 -
YUV 67.04 147.17 201.44 -
System Red Green Blue C M Y K H S L
Decimal 170 8 101 0 0.95 0.41 0.33 325.56 0.91 0.35
Hex AA 8 65 0 5F 29 21 146 5B 23
Octal 252 10 145 0 137 51 41 506 133 43
Binary 10101010 1000 1100101 0 1011111 101001 100001 101000110 1011011 100011

Color Harmonies of #AA0865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0865

Black with #AA0865

Text Example


Text Example

White with #AA0865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0865; }

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

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

background-color css

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

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

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

border-color css

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

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

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