Html Css Color HEX #A20960 Jazzberry Jam

📋 copy color: '#A20960'

red 162 ◦ green 9 ◦ blue 96

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

Shades of Jazzberry Jam #A20960

Tints of Jazzberry Jam #A20960

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.37%

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

R = 60.67%
G = 3.37%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#A20960 (or 0xA20960) is known color: Jazzberry Jam. HEX triplet: A2, 09 and 60. RGB value is (162,9,96). Sum of RGB (Red+Green+Blue) = 162+9+96=267 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60.67% from 267); Green value is 9 (3.91% from 255 or 3.37% from 267); Blue value is 96 (37.89% from 255 or 35.96% from 267); Max value from RGB is 162 - color contains mainly: red. Hex color #A20960 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20960 is #5DF69F. Grayscale: #404040. Windows color (decimal): -6157984 or 6293922. OLE color: 6293922.

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

Color convert

RGB 162 9 96 -
CMYK 0 0.94 0.41 0.36
HSL 325.88º 0.89% 0.34% -
HSV(B) 325.88º 0.94% 0.64% -
XYZ 17.11 8.72 11.85 -
YUV 64.67 145.69 197.43 -
System Red Green Blue C M Y K H S L
Decimal 162 9 96 0 0.94 0.41 0.36 325.88 0.89 0.34
Hex A2 9 60 0 5E 29 24 146 59 22
Octal 242 11 140 0 136 51 44 506 131 42
Binary 10100010 1001 1100000 0 1011110 101001 100100 101000110 1011001 100010

Color Harmonies of #A20960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20960

Black with #A20960

Text Example


Text Example

White with #A20960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20960; }

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

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

background-color css

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

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

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

border-color css

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

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

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