Html Css Color HEX #A80D63 Jazzberry Jam

📋 copy color: '#A80D63'

red 168 ◦ green 13 ◦ blue 99

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

Shades of Jazzberry Jam #A80D63

Tints of Jazzberry Jam #A80D63

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.64%

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

R = 60%
G = 4.64%
B = 35.36%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.41

 K value IS 0.34

RGB Variations

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

Color information

#A80D63 (or 0xA80D63) is known color: Jazzberry Jam. HEX triplet: A8, 0D and 63. RGB value is (168,13,99). Sum of RGB (Red+Green+Blue) = 168+13+99=280 (37% of max value = 765). Red value is 168 (66.02% from 255 or 60% from 280); Green value is 13 (5.47% from 255 or 4.64% from 280); Blue value is 99 (39.06% from 255 or 35.36% from 280); Max value from RGB is 168 - color contains mainly: red. Hex color #A80D63 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A80D63 is #57F29C. Grayscale: #444444. Windows color (decimal): -5763741 or 6491560. OLE color: 6491560.

HSL color Cylindrical-coordinate representation of color #A80D63: hue angle of 326.71º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A80D63 is Cyan = 0, Magento = 0.92, Yellow = 0.41 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 13 99 -
CMYK 0 0.92 0.41 0.34
HSL 326.71º 0.86% 0.35% -
HSV(B) 326.71º 0.92% 0.66% -
XYZ 18.54 9.51 12.66 -
YUV 69.15 144.85 198.51 -
System Red Green Blue C M Y K H S L
Decimal 168 13 99 0 0.92 0.41 0.34 326.71 0.86 0.35
Hex A8 D 63 0 5C 29 22 147 56 23
Octal 250 15 143 0 134 51 42 507 126 43
Binary 10101000 1101 1100011 0 1011100 101001 100010 101000111 1010110 100011

Color Harmonies of #A80D63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80D63

Black with #A80D63

Text Example


Text Example

White with #A80D63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80D63; }

 p { color: rgb(168,13,99); }

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

background-color css

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

 a { background-color: rgb(168,13,99); }

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

border-color css

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

 span { border-color: rgb(168,13,99); }

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