#A21B60

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

Shades of Jazzberry Jam #A21B60

Tints of Jazzberry Jam #A21B60

Color information

#A21B60 (or 0xA21B60) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 1B and 60. RGB value is (162,27,96). Sum of RGB (Red+Green+Blue) = 162+27+96=285 (37% of max value = 765). Red value is 162 (63.67% from 255 or 56.84% from 285); Green value is 27 (10.94% from 255 or 9.47% from 285); Blue value is 96 (37.89% from 255 or 33.68% from 285); Max value from RGB is 162 - color contains mainly: red. Hex color #A21B60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A21B60 is #5DE49F. Grayscale: #4B4B4B. Windows color (decimal): -6153376 or 6298530. OLE color: 6298530.

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

Color convert

RGB1622796-
CMYK00.830.410.36
HSL329.33º71.43%37.06%-
HSV(B)329.33º83.33%63.53%-
XYZ17.49.3111.95-
YUV75.23139.73189.89-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 56.84%
GREEN value IS 27 (10.94% from 255) = 9.47%
BLUE value IS 96 (37.89% from 255) = 33.68%
R=56.84%
G=9.47%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162279600.830.410.36329.3371.4337.06
HexA21B6005329241494725
Octal242331400123514451110745
Binary10100010110111100000010100111010011001001010010011000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21B60; }

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

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

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

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

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

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

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

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