Html Css Color HEX #AA033E Jazzberry Jam

📋 copy color: '#AA033E'

red 170 ◦ green 3 ◦ blue 62

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

Shades of Jazzberry Jam #AA033E

Tints of Jazzberry Jam #AA033E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.28%

 BLUE value IS 62 (24.61% from 255) = 26.38%

R = 72.34%
G = 1.28%
B = 26.38%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AA033E (or 0xAA033E) is known color: Jazzberry Jam. HEX triplet: AA, 03 and 3E. RGB value is (170,3,62). Sum of RGB (Red+Green+Blue) = 170+3+62=235 (31% of max value = 765). Red value is 170 (66.80% from 255 or 72.34% from 235); Green value is 3 (1.56% from 255 or 1.28% from 235); Blue value is 62 (24.61% from 255 or 26.38% from 235); Max value from RGB is 170 - color contains mainly: red. Hex color #AA033E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA033E is #55FCC1. Grayscale: #3B3B3B. Windows color (decimal): -5635266 or 4064170. OLE color: 4064170.

HSL color Cylindrical-coordinate representation of color #AA033E: hue angle of 338.8º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AA033E is Cyan = 0, Magento = 0.98, Yellow = 0.64 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 3 62 -
CMYK 0 0.98 0.64 0.33
HSL 338.8º 0.97% 0.34% -
HSV(B) 338.8º 0.98% 0.67% -
XYZ 17.48 8.96 5.37 -
YUV 59.66 129.33 206.7 -
System Red Green Blue C M Y K H S L
Decimal 170 3 62 0 0.98 0.64 0.33 338.8 0.97 0.34
Hex AA 3 3E 0 62 40 21 153 61 22
Octal 252 3 76 0 142 100 41 523 141 42
Binary 10101010 11 111110 0 1100010 1000000 100001 101010011 1100001 100010

Color Harmonies of #AA033E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA033E

Black with #AA033E

Text Example


Text Example

White with #AA033E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA033E; }

 p { color: rgb(170,3,62); }

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

background-color css

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

 a { background-color: rgb(170,3,62); }

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

border-color css

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

 span { border-color: rgb(170,3,62); }

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