#A21B62

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

Shades of Jazzberry Jam #A21B62

Tints of Jazzberry Jam #A21B62

Color information

#A21B62 (or 0xA21B62) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 1B and 62. RGB value is (162,27,98). Sum of RGB (Red+Green+Blue) = 162+27+98=287 (38% of max value = 765). Red value is 162 (63.67% from 255 or 56.45% from 287); Green value is 27 (10.94% from 255 or 9.41% from 287); Blue value is 98 (38.67% from 255 or 34.15% from 287); Max value from RGB is 162 - color contains mainly: red. Hex color #A21B62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A21B62 is #5DE49D. Grayscale: #4B4B4B. Windows color (decimal): -6153374 or 6429602. OLE color: 6429602.

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

Color convert

RGB1622798-
CMYK00.830.400.36
HSL328.44º71.43%37.06%-
HSV(B)328.44º83.33%63.53%-
XYZ17.59.3512.44-
YUV75.46140.73189.73-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 56.45%
GREEN value IS 27 (10.94% from 255) = 9.41%
BLUE value IS 98 (38.67% from 255) = 34.15%
R=56.45%
G=9.41%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162279800.830.400.36328.4471.4337.06
HexA21B6205328241484725
Octal242331420123504451010745
Binary10100010110111100010010100111010001001001010010001000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21B62; }

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

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

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

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

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

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

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

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