Html Css Color HEX #AA1250 Jazzberry Jam

📋 copy color: '#AA1250'

red 170 ◦ green 18 ◦ blue 80

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

Shades of Jazzberry Jam #AA1250

Tints of Jazzberry Jam #AA1250

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.72%

 BLUE value IS 80 (31.64% from 255) = 29.85%

R = 63.43%
G = 6.72%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#AA1250 (or 0xAA1250) is known color: Jazzberry Jam. HEX triplet: AA, 12 and 50. RGB value is (170,18,80). Sum of RGB (Red+Green+Blue) = 170+18+80=268 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.43% from 268); Green value is 18 (7.42% from 255 or 6.72% from 268); Blue value is 80 (31.64% from 255 or 29.85% from 268); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1250 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA1250 is #55EDAF. Grayscale: #464646. Windows color (decimal): -5631408 or 5247658. OLE color: 5247658.

HSL color Cylindrical-coordinate representation of color #AA1250: hue angle of 335.53º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AA1250 is Cyan = 0, Magento = 0.89, Yellow = 0.53 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 18 80 -
CMYK 0 0.89 0.53 0.33
HSL 335.53º 0.81% 0.37% -
HSV(B) 335.53º 0.89% 0.67% -
XYZ 18.24 9.56 8.47 -
YUV 70.52 133.36 198.96 -
System Red Green Blue C M Y K H S L
Decimal 170 18 80 0 0.89 0.53 0.33 335.53 0.81 0.37
Hex AA 12 50 0 59 35 21 150 51 25
Octal 252 22 120 0 131 65 41 520 121 45
Binary 10101010 10010 1010000 0 1011001 110101 100001 101010000 1010001 100101

Color Harmonies of #AA1250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1250

Black with #AA1250

Text Example


Text Example

White with #AA1250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1250; }

 p { color: rgb(170,18,80); }

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

background-color css

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

 a { background-color: rgb(170,18,80); }

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

border-color css

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

 span { border-color: rgb(170,18,80); }

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