Html Css Color HEX #A20562 Jazzberry Jam

📋 copy color: '#A20562'

red 162 ◦ green 5 ◦ blue 98

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

Shades of Jazzberry Jam #A20562

Tints of Jazzberry Jam #A20562

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.89%

 BLUE value IS 98 (38.67% from 255) = 36.98%

R = 61.13%
G = 1.89%
B = 36.98%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.40

 K value IS 0.36

RGB Variations

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

Color information

#A20562 (or 0xA20562) is known color: Jazzberry Jam. HEX triplet: A2, 05 and 62. RGB value is (162,5,98). Sum of RGB (Red+Green+Blue) = 162+5+98=265 (35% of max value = 765). Red value is 162 (63.67% from 255 or 61.13% from 265); Green value is 5 (2.34% from 255 or 1.89% from 265); Blue value is 98 (38.67% from 255 or 36.98% from 265); Max value from RGB is 162 - color contains mainly: red. Hex color #A20562 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20562 is #5DFA9D. Grayscale: #3E3E3E. Windows color (decimal): -6159006 or 6423970. OLE color: 6423970.

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

Color convert

RGB 162 5 98 -
CMYK 0 0.97 0.40 0.36
HSL 324.46º 0.94% 0.33% -
HSV(B) 324.46º 0.97% 0.64% -
XYZ 17.16 8.67 12.32 -
YUV 62.55 148.01 198.94 -
System Red Green Blue C M Y K H S L
Decimal 162 5 98 0 0.97 0.40 0.36 324.46 0.94 0.33
Hex A2 5 62 0 61 28 24 144 5E 21
Octal 242 5 142 0 141 50 44 504 136 41
Binary 10100010 101 1100010 0 1100001 101000 100100 101000100 1011110 100001

Color Harmonies of #A20562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20562

Black with #A20562

Text Example


Text Example

White with #A20562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20562; }

 p { color: rgb(162,5,98); }

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

background-color css

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

 a { background-color: rgb(162,5,98); }

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

border-color css

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

 span { border-color: rgb(162,5,98); }

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