Html Css Color HEX #A20961 Jazzberry Jam

📋 copy color: '#A20961'

red 162 ◦ green 9 ◦ blue 97

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

Shades of Jazzberry Jam #A20961

Tints of Jazzberry Jam #A20961

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 36.19%

R = 60.45%
G = 3.36%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.40

 K value IS 0.36

RGB Variations

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

Color information

#A20961 (or 0xA20961) is known color: Jazzberry Jam. HEX triplet: A2, 09 and 61. RGB value is (162,9,97). Sum of RGB (Red+Green+Blue) = 162+9+97=268 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60.45% from 268); Green value is 9 (3.91% from 255 or 3.36% from 268); Blue value is 97 (38.28% from 255 or 36.19% from 268); Max value from RGB is 162 - color contains mainly: red. Hex color #A20961 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20961 is #5DF69E. Grayscale: #404040. Windows color (decimal): -6157983 or 6359458. OLE color: 6359458.

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

Color convert

RGB 162 9 97 -
CMYK 0 0.94 0.40 0.36
HSL 325.49º 0.89% 0.34% -
HSV(B) 325.49º 0.94% 0.64% -
XYZ 17.16 8.74 12.09 -
YUV 64.78 146.19 197.34 -
System Red Green Blue C M Y K H S L
Decimal 162 9 97 0 0.94 0.40 0.36 325.49 0.89 0.34
Hex A2 9 61 0 5E 28 24 145 59 22
Octal 242 11 141 0 136 50 44 505 131 42
Binary 10100010 1001 1100001 0 1011110 101000 100100 101000101 1011001 100010

Color Harmonies of #A20961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20961

Black with #A20961

Text Example


Text Example

White with #A20961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20961; }

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

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

background-color css

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

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

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

border-color css

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

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

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