Html Css Color HEX #A80562 Jazzberry Jam

📋 copy color: '#A80562'

red 168 ◦ green 5 ◦ blue 98

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

Shades of Jazzberry Jam #A80562

Tints of Jazzberry Jam #A80562

RGB

 RED value IS 168 (66.02% from 255) = 61.99%

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

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

R = 61.99%
G = 1.85%
B = 36.16%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.42

 K value IS 0.34

RGB Variations

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

Color information

#A80562 (or 0xA80562) is known color: Jazzberry Jam. HEX triplet: A8, 05 and 62. RGB value is (168,5,98). Sum of RGB (Red+Green+Blue) = 168+5+98=271 (35% of max value = 765). Red value is 168 (66.02% from 255 or 61.99% from 271); Green value is 5 (2.34% from 255 or 1.85% from 271); Blue value is 98 (38.67% from 255 or 36.16% from 271); Max value from RGB is 168 - color contains mainly: red. Hex color #A80562 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A80562 is #57FA9D. Grayscale: #404040. Windows color (decimal): -5765790 or 6423976. OLE color: 6423976.

HSL color Cylindrical-coordinate representation of color #A80562: hue angle of 325.77º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A80562 is Cyan = 0, Magento = 0.97, Yellow = 0.42 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 5 98 -
CMYK 0 0.97 0.42 0.34
HSL 325.77º 0.94% 0.34% -
HSV(B) 325.77º 0.97% 0.66% -
XYZ 18.41 9.32 12.38 -
YUV 64.34 147 201.94 -
System Red Green Blue C M Y K H S L
Decimal 168 5 98 0 0.97 0.42 0.34 325.77 0.94 0.34
Hex A8 5 62 0 61 2A 22 146 5E 22
Octal 250 5 142 0 141 52 42 506 136 42
Binary 10101000 101 1100010 0 1100001 101010 100010 101000110 1011110 100010

Color Harmonies of #A80562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80562

Black with #A80562

Text Example


Text Example

White with #A80562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80562; }

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

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

background-color css

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

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

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

border-color css

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

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

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