Html Css Color HEX #A21760 Jazzberry Jam

📋 copy color: '#A21760'

red 162 ◦ green 23 ◦ blue 96

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

Shades of Jazzberry Jam #A21760

Tints of Jazzberry Jam #A21760

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.19%

 BLUE value IS 96 (37.89% from 255) = 34.16%

R = 57.65%
G = 8.19%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#A21760 (or 0xA21760) is known color: Jazzberry Jam. HEX triplet: A2, 17 and 60. RGB value is (162,23,96). Sum of RGB (Red+Green+Blue) = 162+23+96=281 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.65% from 281); Green value is 23 (9.38% from 255 or 8.19% from 281); Blue value is 96 (37.89% from 255 or 34.16% from 281); Max value from RGB is 162 - color contains mainly: red. Hex color #A21760 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A21760 is #5DE89F. Grayscale: #484848. Windows color (decimal): -6154400 or 6297506. OLE color: 6297506.

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

Color convert

RGB 162 23 96 -
CMYK 0 0.86 0.41 0.36
HSL 328.49º 0.75% 0.36% -
HSV(B) 328.49º 0.86% 0.64% -
XYZ 17.32 9.14 11.92 -
YUV 72.88 141.05 191.56 -
System Red Green Blue C M Y K H S L
Decimal 162 23 96 0 0.86 0.41 0.36 328.49 0.75 0.36
Hex A2 17 60 0 56 29 24 148 4B 24
Octal 242 27 140 0 126 51 44 510 113 44
Binary 10100010 10111 1100000 0 1010110 101001 100100 101001000 1001011 100100

Color Harmonies of #A21760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21760

Black with #A21760

Text Example


Text Example

White with #A21760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21760; }

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

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

background-color css

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

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

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

border-color css

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

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

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