Html Css Color HEX #AA024B Jazzberry Jam

📋 copy color: '#AA024B'

red 170 ◦ green 2 ◦ blue 75

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

Shades of Jazzberry Jam #AA024B

Tints of Jazzberry Jam #AA024B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.81%

 BLUE value IS 75 (29.69% from 255) = 30.36%

R = 68.83%
G = 0.81%
B = 30.36%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AA024B (or 0xAA024B) is known color: Jazzberry Jam. HEX triplet: AA, 02 and 4B. RGB value is (170,2,75). Sum of RGB (Red+Green+Blue) = 170+2+75=247 (32% of max value = 765). Red value is 170 (66.80% from 255 or 68.83% from 247); Green value is 2 (1.17% from 255 or 0.81% from 247); Blue value is 75 (29.69% from 255 or 30.36% from 247); Max value from RGB is 170 - color contains mainly: red. Hex color #AA024B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA024B is #55FDB4. Grayscale: #3C3C3C. Windows color (decimal): -5635509 or 4915882. OLE color: 4915882.

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

Color convert

RGB 170 2 75 -
CMYK 0 0.99 0.56 0.33
HSL 333.93º 0.98% 0.34% -
HSV(B) 333.93º 0.99% 0.67% -
XYZ 17.87 9.1 7.47 -
YUV 60.55 136.16 206.06 -
System Red Green Blue C M Y K H S L
Decimal 170 2 75 0 0.99 0.56 0.33 333.93 0.98 0.34
Hex AA 2 4B 0 63 38 21 14E 62 22
Octal 252 2 113 0 143 70 41 516 142 42
Binary 10101010 10 1001011 0 1100011 111000 100001 101001110 1100010 100010

Color Harmonies of #AA024B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA024B

Black with #AA024B

Text Example


Text Example

White with #AA024B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA024B; }

 p { color: rgb(170,2,75); }

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

background-color css

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

 a { background-color: rgb(170,2,75); }

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

border-color css

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

 span { border-color: rgb(170,2,75); }

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