Html Css Color HEX #A20661 Jazzberry Jam

📋 copy color: '#A20661'

red 162 ◦ green 6 ◦ blue 97

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

Shades of Jazzberry Jam #A20661

Tints of Jazzberry Jam #A20661

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.26%

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

R = 61.13%
G = 2.26%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.40

 K value IS 0.36

RGB Variations

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

Color information

#A20661 (or 0xA20661) is known color: Jazzberry Jam. HEX triplet: A2, 06 and 61. RGB value is (162,6,97). Sum of RGB (Red+Green+Blue) = 162+6+97=265 (35% of max value = 765). Red value is 162 (63.67% from 255 or 61.13% from 265); Green value is 6 (2.73% from 255 or 2.26% from 265); Blue value is 97 (38.28% from 255 or 36.60% from 265); Max value from RGB is 162 - color contains mainly: red. Hex color #A20661 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20661 is #5DF99E. Grayscale: #3E3E3E. Windows color (decimal): -6158751 or 6358690. OLE color: 6358690.

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

Color convert

RGB 162 6 97 -
CMYK 0 0.96 0.40 0.36
HSL 325º 0.93% 0.33% -
HSV(B) 325º 0.96% 0.64% -
XYZ 17.12 8.67 12.08 -
YUV 63.02 147.18 198.6 -
System Red Green Blue C M Y K H S L
Decimal 162 6 97 0 0.96 0.40 0.36 325 0.93 0.33
Hex A2 6 61 0 60 28 24 145 5D 21
Octal 242 6 141 0 140 50 44 505 135 41
Binary 10100010 110 1100001 0 1100000 101000 100100 101000101 1011101 100001

Color Harmonies of #A20661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20661

Black with #A20661

Text Example


Text Example

White with #A20661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20661; }

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

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

background-color css

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

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

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

border-color css

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

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

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