Html Css Color HEX #A21B56 Jazzberry Jam

📋 copy color: '#A21B56'

red 162 ◦ green 27 ◦ blue 86

#A21B56
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazzberry Jam #A21B56

Tints of Jazzberry Jam #A21B56

RGB

 RED value IS 162 (63.67% from 255) = 58.91%

 GREEN value IS 27 (10.94% from 255) = 9.82%

 BLUE value IS 86 (33.98% from 255) = 31.27%

R = 58.91%
G = 9.82%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.47

 K value IS 0.36

RGB Variations

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

Color information

#A21B56 (or 0xA21B56) is known color: Jazzberry Jam. HEX triplet: A2, 1B and 56. RGB value is (162,27,86). Sum of RGB (Red+Green+Blue) = 162+27+86=275 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.91% from 275); Green value is 27 (10.94% from 255 or 9.82% from 275); Blue value is 86 (33.98% from 255 or 31.27% from 275); Max value from RGB is 162 - color contains mainly: red. Hex color #A21B56 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A21B56 is #5DE4A9. Grayscale: #494949. Windows color (decimal): -6153386 or 5643170. OLE color: 5643170.

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

Color convert

RGB 162 27 86 -
CMYK 0 0.83 0.47 0.36
HSL 333.78º 0.71% 0.37% -
HSV(B) 333.78º 0.83% 0.64% -
XYZ 16.97 9.14 9.67 -
YUV 74.09 134.73 190.7 -
System Red Green Blue C M Y K H S L
Decimal 162 27 86 0 0.83 0.47 0.36 333.78 0.71 0.37
Hex A2 1B 56 0 53 2F 24 14E 47 25
Octal 242 33 126 0 123 57 44 516 107 45
Binary 10100010 11011 1010110 0 1010011 101111 100100 101001110 1000111 100101

Color Harmonies of #A21B56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21B56

Black with #A21B56

Text Example


Text Example

White with #A21B56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21B56; }

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

 H1.HeaderClassName
 {
   color: #A21B56;
 }
 .AnyTagClassName
 {
   color: #A21B56;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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