#AA1875

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

Shades of Jazzberry Jam #AA1875

Tints of Jazzberry Jam #AA1875

Color information

#AA1875 (or 0xAA1875) is unknown color: approx Jazzberry Jam. HEX triplet: AA, 18 and 75. RGB value is (170,24,117). Sum of RGB (Red+Green+Blue) = 170+24+117=311 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.66% from 311); Green value is 24 (9.77% from 255 or 7.72% from 311); Blue value is 117 (46.09% from 255 or 37.62% from 311); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1875 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA1875 is #55E78A. Grayscale: #4E4E4E. Windows color (decimal): -5629835 or 7674026. OLE color: 7674026.

HSL color Cylindrical-coordinate representation of color #AA1875: hue angle of 321.78º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AA1875 is Cyan = 0, Magento = 0.86, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB17024117-
CMYK00.860.310.33
HSL321.78º75.26%38.04%-
HSV(B)321.78º85.88%66.67%-
XYZ20.1210.4817.79-
YUV78.26149.87193.44-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 54.66%
GREEN value IS 24 (9.77% from 255) = 7.72%
BLUE value IS 117 (46.09% from 255) = 37.62%
R=54.66%
G=7.72%
B=37.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1702411700.860.310.33321.7875.2638.04
HexAA18750561F211424b26
Octal252301650126374150211346
Binary1010101011000111010101010110111111000011010000101001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1875; }

 p { color: rgb(170,24,117); }

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

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

 a { background-color: rgb(170,24,117); }

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

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

 span { border-color: rgb(170,24,117); }

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