Html Css Color HEX #A80D6C Jazzberry Jam

📋 copy color: '#A80D6C'

red 168 ◦ green 13 ◦ blue 108

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

Shades of Jazzberry Jam #A80D6C

Tints of Jazzberry Jam #A80D6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 37.37%

R = 58.13%
G = 4.5%
B = 37.37%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.36

 K value IS 0.34

RGB Variations

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

Color information

#A80D6C (or 0xA80D6C) is known color: Jazzberry Jam. HEX triplet: A8, 0D and 6C. RGB value is (168,13,108). Sum of RGB (Red+Green+Blue) = 168+13+108=289 (38% of max value = 765). Red value is 168 (66.02% from 255 or 58.13% from 289); Green value is 13 (5.47% from 255 or 4.50% from 289); Blue value is 108 (42.58% from 255 or 37.37% from 289); Max value from RGB is 168 - color contains mainly: red. Hex color #A80D6C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A80D6C is #57F293. Grayscale: #454545. Windows color (decimal): -5763732 or 7081384. OLE color: 7081384.

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

Color convert

RGB 168 13 108 -
CMYK 0 0.92 0.36 0.34
HSL 323.23º 0.86% 0.35% -
HSV(B) 323.23º 0.92% 0.66% -
XYZ 19 9.7 15.06 -
YUV 70.18 149.35 197.78 -
System Red Green Blue C M Y K H S L
Decimal 168 13 108 0 0.92 0.36 0.34 323.23 0.86 0.35
Hex A8 D 6C 0 5C 24 22 143 56 23
Octal 250 15 154 0 134 44 42 503 126 43
Binary 10101000 1101 1101100 0 1011100 100100 100010 101000011 1010110 100011

Color Harmonies of #A80D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80D6C

Black with #A80D6C

Text Example


Text Example

White with #A80D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80D6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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