Html Css Color HEX #AA0943 Jazzberry Jam

📋 copy color: '#AA0943'

red 170 ◦ green 9 ◦ blue 67

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

Shades of Jazzberry Jam #AA0943

Tints of Jazzberry Jam #AA0943

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 27.24%

R = 69.11%
G = 3.66%
B = 27.24%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#AA0943 (or 0xAA0943) is known color: Jazzberry Jam. HEX triplet: AA, 09 and 43. RGB value is (170,9,67). Sum of RGB (Red+Green+Blue) = 170+9+67=246 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.11% from 246); Green value is 9 (3.91% from 255 or 3.66% from 246); Blue value is 67 (26.56% from 255 or 27.24% from 246); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0943 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0943 is #55F6BC. Grayscale: #3F3F3F. Windows color (decimal): -5633725 or 4393386. OLE color: 4393386.

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

Color convert

RGB 170 9 67 -
CMYK 0 0.95 0.61 0.33
HSL 338.39º 0.9% 0.35% -
HSV(B) 338.39º 0.95% 0.67% -
XYZ 17.69 9.15 6.14 -
YUV 63.75 129.84 203.78 -
System Red Green Blue C M Y K H S L
Decimal 170 9 67 0 0.95 0.61 0.33 338.39 0.9 0.35
Hex AA 9 43 0 5F 3D 21 152 5A 23
Octal 252 11 103 0 137 75 41 522 132 43
Binary 10101010 1001 1000011 0 1011111 111101 100001 101010010 1011010 100011

Color Harmonies of #AA0943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0943

Black with #AA0943

Text Example


Text Example

White with #AA0943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0943; }

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

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

background-color css

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

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

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

border-color css

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

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

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