Html Css Color HEX #AA0967 Jazzberry Jam

📋 copy color: '#AA0967'

red 170 ◦ green 9 ◦ blue 103

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

Shades of Jazzberry Jam #AA0967

Tints of Jazzberry Jam #AA0967

RGB

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

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

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

R = 60.28%
G = 3.19%
B = 36.52%

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

#AA0967 (or 0xAA0967) is known color: Jazzberry Jam. HEX triplet: AA, 09 and 67. RGB value is (170,9,103). Sum of RGB (Red+Green+Blue) = 170+9+103=282 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.28% from 282); Green value is 9 (3.91% from 255 or 3.19% from 282); Blue value is 103 (40.62% from 255 or 36.52% from 282); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0967 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0967 is #55F698. Grayscale: #434343. Windows color (decimal): -5633689 or 6752682. OLE color: 6752682.

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

Color convert

RGB 170 9 103 -
CMYK 0 0.95 0.39 0.33
HSL 324.97º 0.9% 0.35% -
HSV(B) 324.97º 0.95% 0.67% -
XYZ 19.12 9.72 13.7 -
YUV 67.86 147.84 200.86 -
System Red Green Blue C M Y K H S L
Decimal 170 9 103 0 0.95 0.39 0.33 324.97 0.9 0.35
Hex AA 9 67 0 5F 27 21 145 5A 23
Octal 252 11 147 0 137 47 41 505 132 43
Binary 10101010 1001 1100111 0 1011111 100111 100001 101000101 1011010 100011

Color Harmonies of #AA0967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0967

Black with #AA0967

Text Example


Text Example

White with #AA0967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0967; }

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

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

background-color css

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

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

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

border-color css

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

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

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