#A21B75

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

Shades of Jazzberry Jam #A21B75

Tints of Jazzberry Jam #A21B75

Color information

#A21B75 (or 0xA21B75) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 1B and 75. RGB value is (162,27,117). Sum of RGB (Red+Green+Blue) = 162+27+117=306 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.94% from 306); Green value is 27 (10.94% from 255 or 8.82% from 306); Blue value is 117 (46.09% from 255 or 38.24% from 306); Max value from RGB is 162 - color contains mainly: red. Hex color #A21B75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A21B75 is #5DE48A. Grayscale: #4D4D4D. Windows color (decimal): -6153355 or 7674786. OLE color: 7674786.

HSL color Cylindrical-coordinate representation of color #A21B75: hue angle of 320º 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 #A21B75 is Cyan = 0, Magento = 0.83, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB16227117-
CMYK00.830.280.36
HSL320º71.43%37.06%-
HSV(B)320º83.33%63.53%-
XYZ18.59.7517.74-
YUV77.62150.23188.18-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 52.94%
GREEN value IS 27 (10.94% from 255) = 8.82%
BLUE value IS 117 (46.09% from 255) = 38.24%
R=52.94%
G=8.82%
B=38.24%

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
Decimal1622711700.830.280.3632071.4337.06
HexA21B750531C241404725
Octal242331650123344450010745
Binary1010001011011111010101010011111001001001010000001000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21B75; }

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

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

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

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

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

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

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

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