Html Css Color HEX #A80D5F Jazzberry Jam

📋 copy color: '#A80D5F'

red 168 ◦ green 13 ◦ blue 95

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

Shades of Jazzberry Jam #A80D5F

Tints of Jazzberry Jam #A80D5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 34.42%

R = 60.87%
G = 4.71%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.43

 K value IS 0.34

RGB Variations

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

Color information

#A80D5F (or 0xA80D5F) is known color: Jazzberry Jam. HEX triplet: A8, 0D and 5F. RGB value is (168,13,95). Sum of RGB (Red+Green+Blue) = 168+13+95=276 (36% of max value = 765). Red value is 168 (66.02% from 255 or 60.87% from 276); Green value is 13 (5.47% from 255 or 4.71% from 276); Blue value is 95 (37.5% from 255 or 34.42% from 276); Max value from RGB is 168 - color contains mainly: red. Hex color #A80D5F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A80D5F is #57F2A0. Grayscale: #444444. Windows color (decimal): -5763745 or 6229416. OLE color: 6229416.

HSL color Cylindrical-coordinate representation of color #A80D5F: hue angle of 328.26º 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 #A80D5F is Cyan = 0, Magento = 0.92, Yellow = 0.43 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 13 95 -
CMYK 0 0.92 0.43 0.34
HSL 328.26º 0.86% 0.35% -
HSV(B) 328.26º 0.92% 0.66% -
XYZ 18.36 9.44 11.68 -
YUV 68.69 142.85 198.83 -
System Red Green Blue C M Y K H S L
Decimal 168 13 95 0 0.92 0.43 0.34 328.26 0.86 0.35
Hex A8 D 5F 0 5C 2B 22 148 56 23
Octal 250 15 137 0 134 53 42 510 126 43
Binary 10101000 1101 1011111 0 1011100 101011 100010 101001000 1010110 100011

Color Harmonies of #A80D5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80D5F

Black with #A80D5F

Text Example


Text Example

White with #A80D5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80D5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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