Html Css Color HEX #A21562 Jazzberry Jam

📋 copy color: '#A21562'

red 162 ◦ green 21 ◦ blue 98

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

Shades of Jazzberry Jam #A21562

Tints of Jazzberry Jam #A21562

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.47%

 BLUE value IS 98 (38.67% from 255) = 34.88%

R = 57.65%
G = 7.47%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.40

 K value IS 0.36

RGB Variations

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

Color information

#A21562 (or 0xA21562) is known color: Jazzberry Jam. HEX triplet: A2, 15 and 62. RGB value is (162,21,98). Sum of RGB (Red+Green+Blue) = 162+21+98=281 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.65% from 281); Green value is 21 (8.59% from 255 or 7.47% from 281); Blue value is 98 (38.67% from 255 or 34.88% from 281); Max value from RGB is 162 - color contains mainly: red. Hex color #A21562 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A21562 is #5DEA9D. Grayscale: #474747. Windows color (decimal): -6154910 or 6428066. OLE color: 6428066.

HSL color Cylindrical-coordinate representation of color #A21562: hue angle of 327.23º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A21562 is Cyan = 0, Magento = 0.87, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 21 98 -
CMYK 0 0.87 0.40 0.36
HSL 327.23º 0.77% 0.36% -
HSV(B) 327.23º 0.87% 0.64% -
XYZ 17.37 9.1 12.4 -
YUV 71.94 142.71 192.24 -
System Red Green Blue C M Y K H S L
Decimal 162 21 98 0 0.87 0.40 0.36 327.23 0.77 0.36
Hex A2 15 62 0 57 28 24 147 4D 24
Octal 242 25 142 0 127 50 44 507 115 44
Binary 10100010 10101 1100010 0 1010111 101000 100100 101000111 1001101 100100

Color Harmonies of #A21562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21562

Black with #A21562

Text Example


Text Example

White with #A21562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21562; }

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

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

background-color css

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

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

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

border-color css

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

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

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