Html Css Color HEX #A20660 Jazzberry Jam

📋 copy color: '#A20660'

red 162 ◦ green 6 ◦ blue 96

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

Shades of Jazzberry Jam #A20660

Tints of Jazzberry Jam #A20660

RGB

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

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

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

R = 61.36%
G = 2.27%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#A20660 (or 0xA20660) is known color: Jazzberry Jam. HEX triplet: A2, 06 and 60. RGB value is (162,6,96). Sum of RGB (Red+Green+Blue) = 162+6+96=264 (34% of max value = 765). Red value is 162 (63.67% from 255 or 61.36% from 264); Green value is 6 (2.73% from 255 or 2.27% from 264); Blue value is 96 (37.89% from 255 or 36.36% from 264); Max value from RGB is 162 - color contains mainly: red. Hex color #A20660 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20660 is #5DF99F. Grayscale: #3E3E3E. Windows color (decimal): -6158752 or 6293154. OLE color: 6293154.

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

Color convert

RGB 162 6 96 -
CMYK 0 0.96 0.41 0.36
HSL 325.38º 0.93% 0.33% -
HSV(B) 325.38º 0.96% 0.64% -
XYZ 17.08 8.66 11.84 -
YUV 62.9 146.68 198.68 -
System Red Green Blue C M Y K H S L
Decimal 162 6 96 0 0.96 0.41 0.36 325.38 0.93 0.33
Hex A2 6 60 0 60 29 24 145 5D 21
Octal 242 6 140 0 140 51 44 505 135 41
Binary 10100010 110 1100000 0 1100000 101001 100100 101000101 1011101 100001

Color Harmonies of #A20660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20660

Black with #A20660

Text Example


Text Example

White with #A20660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20660; }

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

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

background-color css

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

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

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

border-color css

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

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

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