#A21D75

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

Shades of Jazzberry Jam #A21D75

Tints of Jazzberry Jam #A21D75

Color information

#A21D75 (or 0xA21D75) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 1D and 75. RGB value is (162,29,117). Sum of RGB (Red+Green+Blue) = 162+29+117=308 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.60% from 308); Green value is 29 (11.72% from 255 or 9.42% from 308); Blue value is 117 (46.09% from 255 or 37.99% from 308); Max value from RGB is 162 - color contains mainly: red. Hex color #A21D75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A21D75 is #5DE28A. Grayscale: #4E4E4E. Windows color (decimal): -6152843 or 7675298. OLE color: 7675298.

HSL color Cylindrical-coordinate representation of color #A21D75: hue angle of 320.3º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A21D75 is Cyan = 0, Magento = 0.82, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB16229117-
CMYK00.820.280.36
HSL320.3º69.63%37.45%-
HSV(B)320.3º82.1%63.53%-
XYZ18.559.8417.75-
YUV78.8149.56187.34-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 52.60%
GREEN value IS 29 (11.72% from 255) = 9.42%
BLUE value IS 117 (46.09% from 255) = 37.99%
R=52.60%
G=9.42%
B=37.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1622911700.820.280.36320.369.6337.45
HexA21D750521C241404625
Octal242351650122344450010645
Binary1010001011101111010101010010111001001001010000001000110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21D75; }

 p { color: rgb(162,29,117); }

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

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

 a { background-color: rgb(162,29,117); }

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

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

 span { border-color: rgb(162,29,117); }

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