Html Css Color HEX #A20563 Jazzberry Jam

📋 copy color: '#A20563'

red 162 ◦ green 5 ◦ blue 99

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

Shades of Jazzberry Jam #A20563

Tints of Jazzberry Jam #A20563

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 37.22%

R = 60.9%
G = 1.88%
B = 37.22%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.39

 K value IS 0.36

RGB Variations

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

Color information

#A20563 (or 0xA20563) is known color: Jazzberry Jam. HEX triplet: A2, 05 and 63. RGB value is (162,5,99). Sum of RGB (Red+Green+Blue) = 162+5+99=266 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60.90% from 266); Green value is 5 (2.34% from 255 or 1.88% from 266); Blue value is 99 (39.06% from 255 or 37.22% from 266); Max value from RGB is 162 - color contains mainly: red. Hex color #A20563 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20563 is #5DFA9C. Grayscale: #3E3E3E. Windows color (decimal): -6159005 or 6489506. OLE color: 6489506.

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

Color convert

RGB 162 5 99 -
CMYK 0 0.97 0.39 0.36
HSL 324.08º 0.94% 0.33% -
HSV(B) 324.08º 0.97% 0.64% -
XYZ 17.21 8.69 12.57 -
YUV 62.66 148.51 198.86 -
System Red Green Blue C M Y K H S L
Decimal 162 5 99 0 0.97 0.39 0.36 324.08 0.94 0.33
Hex A2 5 63 0 61 27 24 144 5E 21
Octal 242 5 143 0 141 47 44 504 136 41
Binary 10100010 101 1100011 0 1100001 100111 100100 101000100 1011110 100001

Color Harmonies of #A20563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20563

Black with #A20563

Text Example


Text Example

White with #A20563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20563; }

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

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

background-color css

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

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

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

border-color css

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

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

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