Html Css Color HEX #AA0962 Jazzberry Jam

📋 copy color: '#AA0962'

red 170 ◦ green 9 ◦ blue 98

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

Shades of Jazzberry Jam #AA0962

Tints of Jazzberry Jam #AA0962

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.25%

 BLUE value IS 98 (38.67% from 255) = 35.38%

R = 61.37%
G = 3.25%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#AA0962 (or 0xAA0962) is known color: Jazzberry Jam. HEX triplet: AA, 09 and 62. RGB value is (170,9,98). Sum of RGB (Red+Green+Blue) = 170+9+98=277 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.37% from 277); Green value is 9 (3.91% from 255 or 3.25% from 277); Blue value is 98 (38.67% from 255 or 35.38% from 277); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0962 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0962 is #55F69D. Grayscale: #434343. Windows color (decimal): -5633694 or 6425002. OLE color: 6425002.

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

Color convert

RGB 170 9 98 -
CMYK 0 0.95 0.42 0.33
HSL 326.83º 0.9% 0.35% -
HSV(B) 326.83º 0.95% 0.67% -
XYZ 18.88 9.62 12.42 -
YUV 67.29 145.34 201.26 -
System Red Green Blue C M Y K H S L
Decimal 170 9 98 0 0.95 0.42 0.33 326.83 0.9 0.35
Hex AA 9 62 0 5F 2A 21 147 5A 23
Octal 252 11 142 0 137 52 41 507 132 43
Binary 10101010 1001 1100010 0 1011111 101010 100001 101000111 1011010 100011

Color Harmonies of #AA0962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0962

Black with #AA0962

Text Example


Text Example

White with #AA0962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0962; }

 p { color: rgb(170,9,98); }

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

background-color css

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

 a { background-color: rgb(170,9,98); }

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

border-color css

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

 span { border-color: rgb(170,9,98); }

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