#A21B61

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

Shades of Jazzberry Jam #A21B61

Tints of Jazzberry Jam #A21B61

Color information

#A21B61 (or 0xA21B61) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 1B and 61. RGB value is (162,27,97). Sum of RGB (Red+Green+Blue) = 162+27+97=286 (37% of max value = 765). Red value is 162 (63.67% from 255 or 56.64% from 286); Green value is 27 (10.94% from 255 or 9.44% from 286); Blue value is 97 (38.28% from 255 or 33.92% from 286); Max value from RGB is 162 - color contains mainly: red. Hex color #A21B61 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A21B61 is #5DE49E. Grayscale: #4B4B4B. Windows color (decimal): -6153375 or 6364066. OLE color: 6364066.

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

Color convert

RGB1622797-
CMYK00.830.400.36
HSL328.89º71.43%37.06%-
HSV(B)328.89º83.33%63.53%-
XYZ17.459.3312.19-
YUV75.34140.23189.81-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 56.64%
GREEN value IS 27 (10.94% from 255) = 9.44%
BLUE value IS 97 (38.28% from 255) = 33.92%
R=56.64%
G=9.44%
B=33.92%

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
Decimal162279700.830.400.36328.8971.4337.06
HexA21B6105328241494725
Octal242331410123504451110745
Binary10100010110111100001010100111010001001001010010011000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21B61; }

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

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

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

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

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

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

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

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