Html Css Color HEX #AA0968 Jazzberry Jam

📋 copy color: '#AA0968'

red 170 ◦ green 9 ◦ blue 104

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

Shades of Jazzberry Jam #AA0968

Tints of Jazzberry Jam #AA0968

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 36.75%

R = 60.07%
G = 3.18%
B = 36.75%

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

#AA0968 (or 0xAA0968) is known color: Jazzberry Jam. HEX triplet: AA, 09 and 68. RGB value is (170,9,104). Sum of RGB (Red+Green+Blue) = 170+9+104=283 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.07% from 283); Green value is 9 (3.91% from 255 or 3.18% from 283); Blue value is 104 (41.02% from 255 or 36.75% from 283); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0968 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0968 is #55F697. Grayscale: #434343. Windows color (decimal): -5633688 or 6818218. OLE color: 6818218.

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

Color convert

RGB 170 9 104 -
CMYK 0 0.95 0.39 0.33
HSL 324.6º 0.9% 0.35% -
HSV(B) 324.6º 0.95% 0.67% -
XYZ 19.17 9.74 13.97 -
YUV 67.97 148.34 200.78 -
System Red Green Blue C M Y K H S L
Decimal 170 9 104 0 0.95 0.39 0.33 324.6 0.9 0.35
Hex AA 9 68 0 5F 27 21 145 5A 23
Octal 252 11 150 0 137 47 41 505 132 43
Binary 10101010 1001 1101000 0 1011111 100111 100001 101000101 1011010 100011

Color Harmonies of #AA0968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0968

Black with #AA0968

Text Example


Text Example

White with #AA0968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0968; }

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

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

background-color css

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

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

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

border-color css

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

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

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