#A71D5A

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

Shades of Jazzberry Jam #A71D5A

Tints of Jazzberry Jam #A71D5A

Color information

#A71D5A (or 0xA71D5A) is unknown color: approx Jazzberry Jam. HEX triplet: A7, 1D and 5A. RGB value is (167,29,90). Sum of RGB (Red+Green+Blue) = 167+29+90=286 (37% of max value = 765). Red value is 167 (65.62% from 255 or 58.39% from 286); Green value is 29 (11.72% from 255 or 10.14% from 286); Blue value is 90 (35.55% from 255 or 31.47% from 286); Max value from RGB is 167 - color contains mainly: red. Hex color #A71D5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A71D5A is #58E2A5. Grayscale: #4D4D4D. Windows color (decimal): -5825190 or 5905831. OLE color: 5905831.

HSL color Cylindrical-coordinate representation of color #A71D5A: hue angle of 333.48º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A71D5A is Cyan = 0, Magento = 0.83, Yellow = 0.46 and Black (K on CMYK) = 0.35.

Color convert

RGB1672990-
CMYK00.830.460.35
HSL333.48º70.41%38.43%-
HSV(B)333.48º82.63%65.49%-
XYZ18.229.8310.61-
YUV77.22135.22192.04-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 58.39%
GREEN value IS 29 (11.72% from 255) = 10.14%
BLUE value IS 90 (35.55% from 255) = 31.47%
R=58.39%
G=10.14%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.46
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167299000.830.460.35333.4870.4138.43
HexA71D5A0532E2314d4626
Octal247351320123564351510646
Binary10100111111011011010010100111011101000111010011011000110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A71D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A71D5A; }

 p { color: rgb(167,29,90); }

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

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

 a { background-color: rgb(167,29,90); }

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

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

 span { border-color: rgb(167,29,90); }

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