#A21C75

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

Shades of Jazzberry Jam #A21C75

Tints of Jazzberry Jam #A21C75

Color information

#A21C75 (or 0xA21C75) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 1C and 75. RGB value is (162,28,117). Sum of RGB (Red+Green+Blue) = 162+28+117=307 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.77% from 307); Green value is 28 (11.33% from 255 or 9.12% from 307); Blue value is 117 (46.09% from 255 or 38.11% from 307); Max value from RGB is 162 - color contains mainly: red. Hex color #A21C75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A21C75 is #5DE38A. Grayscale: #4D4D4D. Windows color (decimal): -6153099 or 7675042. OLE color: 7675042.

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

Color convert

RGB16228117-
CMYK00.830.280.36
HSL320.15º70.53%37.25%-
HSV(B)320.15º82.72%63.53%-
XYZ18.539.817.74-
YUV78.21149.89187.76-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 52.77%
GREEN value IS 28 (11.33% from 255) = 9.12%
BLUE value IS 117 (46.09% from 255) = 38.11%
R=52.77%
G=9.12%
B=38.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1622811700.830.280.36320.1570.5337.25
HexA21C750531C241404725
Octal242341650123344450010745
Binary1010001011100111010101010011111001001001010000001000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21C75; }

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

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

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

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

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

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

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

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