#A71254

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

Shades of Jazzberry Jam #A71254

Tints of Jazzberry Jam #A71254

Color information

#A71254 (or 0xA71254) is unknown color: approx Jazzberry Jam. HEX triplet: A7, 12 and 54. RGB value is (167,18,84). Sum of RGB (Red+Green+Blue) = 167+18+84=269 (35% of max value = 765). Red value is 167 (65.62% from 255 or 62.08% from 269); Green value is 18 (7.42% from 255 or 6.69% from 269); Blue value is 84 (33.20% from 255 or 31.23% from 269); Max value from RGB is 167 - color contains mainly: red. Hex color #A71254 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A71254 is #58EDAB. Grayscale: #454545. Windows color (decimal): -5828012 or 5509799. OLE color: 5509799.

HSL color Cylindrical-coordinate representation of color #A71254: hue angle of 333.42º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A71254 is Cyan = 0, Magento = 0.89, Yellow = 0.50 and Black (K on CMYK) = 0.35.

Color convert

RGB1671884-
CMYK00.890.500.35
HSL333.42º80.54%36.27%-
HSV(B)333.42º89.22%65.49%-
XYZ17.759.299.24-
YUV70.07135.86197.13-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 62.08%
GREEN value IS 18 (7.42% from 255) = 6.69%
BLUE value IS 84 (33.20% from 255) = 31.23%
R=62.08%
G=6.69%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.50
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167188400.890.500.35333.4280.5436.27
HexA71254059322314d5124
Octal247221240131624351512144
Binary10100111100101010100010110011100101000111010011011010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A71254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A71254; }

 p { color: rgb(167,18,84); }

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

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

 a { background-color: rgb(167,18,84); }

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

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

 span { border-color: rgb(167,18,84); }

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