#A21B6B

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

Shades of Jazzberry Jam #A21B6B

Tints of Jazzberry Jam #A21B6B

Color information

#A21B6B (or 0xA21B6B) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 1B and 6B. RGB value is (162,27,107). Sum of RGB (Red+Green+Blue) = 162+27+107=296 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.73% from 296); Green value is 27 (10.94% from 255 or 9.12% from 296); Blue value is 107 (42.19% from 255 or 36.15% from 296); Max value from RGB is 162 - color contains mainly: red. Hex color #A21B6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A21B6B is #5DE494. Grayscale: #4C4C4C. Windows color (decimal): -6153365 or 7019426. OLE color: 7019426.

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

Color convert

RGB16227107-
CMYK00.830.340.36
HSL324.44º71.43%37.06%-
HSV(B)324.44º83.33%63.53%-
XYZ17.959.5314.8-
YUV76.48145.23189-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 54.73%
GREEN value IS 27 (10.94% from 255) = 9.12%
BLUE value IS 107 (42.19% from 255) = 36.15%
R=54.73%
G=9.12%
B=36.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1622710700.830.340.36324.4471.4337.06
HexA21B6B05322241444725
Octal242331530123424450410745
Binary10100010110111101011010100111000101001001010001001000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21B6B; }

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

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

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

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

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

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

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

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