Html Css Color HEX #A20360 Jazzberry Jam

📋 copy color: '#A20360'

red 162 ◦ green 3 ◦ blue 96

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

Shades of Jazzberry Jam #A20360

Tints of Jazzberry Jam #A20360

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.15%

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

R = 62.07%
G = 1.15%
B = 36.78%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#A20360 (or 0xA20360) is known color: Jazzberry Jam. HEX triplet: A2, 03 and 60. RGB value is (162,3,96). Sum of RGB (Red+Green+Blue) = 162+3+96=261 (34% of max value = 765). Red value is 162 (63.67% from 255 or 62.07% from 261); Green value is 3 (1.56% from 255 or 1.15% from 261); Blue value is 96 (37.89% from 255 or 36.78% from 261); Max value from RGB is 162 - color contains mainly: red. Hex color #A20360 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20360 is #5DFC9F. Grayscale: #3C3C3C. Windows color (decimal): -6159520 or 6292386. OLE color: 6292386.

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

Color convert

RGB 162 3 96 -
CMYK 0 0.98 0.41 0.36
HSL 324.91º 0.96% 0.32% -
HSV(B) 324.91º 0.98% 0.64% -
XYZ 17.04 8.59 11.83 -
YUV 61.14 147.68 199.94 -
System Red Green Blue C M Y K H S L
Decimal 162 3 96 0 0.98 0.41 0.36 324.91 0.96 0.32
Hex A2 3 60 0 62 29 24 145 60 20
Octal 242 3 140 0 142 51 44 505 140 40
Binary 10100010 11 1100000 0 1100010 101001 100100 101000101 1100000 100000

Color Harmonies of #A20360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20360

Black with #A20360

Text Example


Text Example

White with #A20360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20360; }

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

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

background-color css

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

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

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

border-color css

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

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

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