#AC1250

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

Shades of Jazzberry Jam #AC1250

Tints of Jazzberry Jam #AC1250

Color information

#AC1250 (or 0xAC1250) is unknown color: approx Jazzberry Jam. HEX triplet: AC, 12 and 50. RGB value is (172,18,80). Sum of RGB (Red+Green+Blue) = 172+18+80=270 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.70% from 270); Green value is 18 (7.42% from 255 or 6.67% from 270); Blue value is 80 (31.64% from 255 or 29.63% from 270); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1250 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1250 is #53EDAF. Grayscale: #474747. Windows color (decimal): -5500336 or 5247660. OLE color: 5247660.

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

Color convert

RGB1721880-
CMYK00.900.530.33
HSL335.84º81.05%37.25%-
HSV(B)335.84º89.53%67.45%-
XYZ18.689.788.49-
YUV71.11133.02199.96-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 63.70%
GREEN value IS 18 (7.42% from 255) = 6.67%
BLUE value IS 80 (31.64% from 255) = 29.63%
R=63.70%
G=6.67%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.53
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172188000.900.530.33335.8481.0537.25
HexAC125005A35211505125
Octal254221200132654152012145
Binary10101100100101010000010110101101011000011010100001010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC1250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC1250; }

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

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

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

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

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

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

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

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