Html Css Color HEX #AA086A Jazzberry Jam

📋 copy color: '#AA086A'

red 170 ◦ green 8 ◦ blue 106

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

Shades of Jazzberry Jam #AA086A

Tints of Jazzberry Jam #AA086A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 37.32%

R = 59.86%
G = 2.82%
B = 37.32%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#AA086A (or 0xAA086A) is known color: Jazzberry Jam. HEX triplet: AA, 08 and 6A. RGB value is (170,8,106). Sum of RGB (Red+Green+Blue) = 170+8+106=284 (37% of max value = 765). Red value is 170 (66.80% from 255 or 59.86% from 284); Green value is 8 (3.52% from 255 or 2.82% from 284); Blue value is 106 (41.80% from 255 or 37.32% from 284); Max value from RGB is 170 - color contains mainly: red. Hex color #AA086A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA086A is #55F795. Grayscale: #434343. Windows color (decimal): -5633942 or 6949034. OLE color: 6949034.

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

Color convert

RGB 170 8 106 -
CMYK 0 0.95 0.38 0.33
HSL 323.7º 0.91% 0.35% -
HSV(B) 323.7º 0.95% 0.67% -
XYZ 19.27 9.76 14.5 -
YUV 67.61 149.67 201.03 -
System Red Green Blue C M Y K H S L
Decimal 170 8 106 0 0.95 0.38 0.33 323.7 0.91 0.35
Hex AA 8 6A 0 5F 26 21 144 5B 23
Octal 252 10 152 0 137 46 41 504 133 43
Binary 10101010 1000 1101010 0 1011111 100110 100001 101000100 1011011 100011

Color Harmonies of #AA086A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA086A

Black with #AA086A

Text Example


Text Example

White with #AA086A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA086A; }

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

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

background-color css

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

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

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

border-color css

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

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

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