Html Css Color HEX #AA0856 Jazzberry Jam

📋 copy color: '#AA0856'

red 170 ◦ green 8 ◦ blue 86

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

Shades of Jazzberry Jam #AA0856

Tints of Jazzberry Jam #AA0856

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 32.58%

R = 64.39%
G = 3.03%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.49

 K value IS 0.33

RGB Variations

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

Color information

#AA0856 (or 0xAA0856) is known color: Jazzberry Jam. HEX triplet: AA, 08 and 56. RGB value is (170,8,86). Sum of RGB (Red+Green+Blue) = 170+8+86=264 (34% of max value = 765). Red value is 170 (66.80% from 255 or 64.39% from 264); Green value is 8 (3.52% from 255 or 3.03% from 264); Blue value is 86 (33.98% from 255 or 32.58% from 264); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0856 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0856 is #55F7A9. Grayscale: #414141. Windows color (decimal): -5633962 or 5638314. OLE color: 5638314.

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

Color convert

RGB 170 8 86 -
CMYK 0 0.95 0.49 0.33
HSL 331.11º 0.91% 0.35% -
HSV(B) 331.11º 0.95% 0.67% -
XYZ 18.34 9.39 9.65 -
YUV 65.33 139.67 202.66 -
System Red Green Blue C M Y K H S L
Decimal 170 8 86 0 0.95 0.49 0.33 331.11 0.91 0.35
Hex AA 8 56 0 5F 31 21 14B 5B 23
Octal 252 10 126 0 137 61 41 513 133 43
Binary 10101010 1000 1010110 0 1011111 110001 100001 101001011 1011011 100011

Color Harmonies of #AA0856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0856

Black with #AA0856

Text Example


Text Example

White with #AA0856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0856; }

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

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

background-color css

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

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

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

border-color css

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

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

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