Html Css Color HEX #AA033F Jazzberry Jam

📋 copy color: '#AA033F'

red 170 ◦ green 3 ◦ blue 63

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

Shades of Jazzberry Jam #AA033F

Tints of Jazzberry Jam #AA033F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 26.69%

R = 72.03%
G = 1.27%
B = 26.69%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AA033F (or 0xAA033F) is known color: Jazzberry Jam. HEX triplet: AA, 03 and 3F. RGB value is (170,3,63). Sum of RGB (Red+Green+Blue) = 170+3+63=236 (31% of max value = 765). Red value is 170 (66.80% from 255 or 72.03% from 236); Green value is 3 (1.56% from 255 or 1.27% from 236); Blue value is 63 (25% from 255 or 26.69% from 236); Max value from RGB is 170 - color contains mainly: red. Hex color #AA033F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA033F is #55FCC0. Grayscale: #3B3B3B. Windows color (decimal): -5635265 or 4129706. OLE color: 4129706.

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

Color convert

RGB 170 3 63 -
CMYK 0 0.98 0.63 0.33
HSL 338.44º 0.97% 0.34% -
HSV(B) 338.44º 0.98% 0.67% -
XYZ 17.51 8.97 5.51 -
YUV 59.77 129.83 206.62 -
System Red Green Blue C M Y K H S L
Decimal 170 3 63 0 0.98 0.63 0.33 338.44 0.97 0.34
Hex AA 3 3F 0 62 3F 21 152 61 22
Octal 252 3 77 0 142 77 41 522 141 42
Binary 10101010 11 111111 0 1100010 111111 100001 101010010 1100001 100010

Color Harmonies of #AA033F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA033F

Black with #AA033F

Text Example


Text Example

White with #AA033F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA033F; }

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

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

background-color css

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

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

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

border-color css

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

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

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