#AA0250

Color #AA0250 Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #AA0250

Tints of Jazzberry Jam #AA0250

Color information

#AA0250 (or 0xAA0250) is unknown color: approx Jazzberry Jam. HEX triplet: AA, 02 and 50. RGB value is (170,2,80). Sum of RGB (Red+Green+Blue) = 170+2+80=252 (33% of max value = 765). Red value is 170 (66.80% from 255 or 67.46% from 252); Green value is 2 (1.17% from 255 or 0.79% from 252); Blue value is 80 (31.64% from 255 or 31.75% from 252); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0250 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0250 is #55FDAF. Grayscale: #3C3C3C. Windows color (decimal): -5635504 or 5243562. OLE color: 5243562.

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

Color convert

RGB170280-
CMYK00.990.530.33
HSL332.14º97.67%33.73%-
HSV(B)332.14º98.82%66.67%-
XYZ18.059.178.41-
YUV61.12138.66205.66-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 67.46%
GREEN value IS 2 (1.17% from 255) = 0.79%
BLUE value IS 80 (31.64% from 255) = 31.75%
R=67.46%
G=0.79%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.53
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17028000.990.530.33332.1497.6733.73
HexAA250063352114c6222
Octal25221200143654151414242
Binary10101010101010000011000111101011000011010011001100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA0250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA0250; }

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

 H1.HeaderClassName
 {
   color: #AA0250;
 }
 .AnyTagClassName
 {
   color: #AA0250;
 }
</style>
background-color css

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

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

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

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

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

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