Html Css Color HEX #A80A6F Jazzberry Jam

📋 copy color: '#A80A6F'

red 168 ◦ green 10 ◦ blue 111

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

Shades of Jazzberry Jam #A80A6F

Tints of Jazzberry Jam #A80A6F

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.46%

 BLUE value IS 111 (43.75% from 255) = 38.41%

R = 58.13%
G = 3.46%
B = 38.41%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.34

 K value IS 0.34

RGB Variations

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

Color information

#A80A6F (or 0xA80A6F) is known color: Jazzberry Jam. HEX triplet: A8, 0A and 6F. RGB value is (168,10,111). Sum of RGB (Red+Green+Blue) = 168+10+111=289 (38% of max value = 765). Red value is 168 (66.02% from 255 or 58.13% from 289); Green value is 10 (4.30% from 255 or 3.46% from 289); Blue value is 111 (43.75% from 255 or 38.41% from 289); Max value from RGB is 168 - color contains mainly: red. Hex color #A80A6F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A80A6F is #57F590. Grayscale: #444444. Windows color (decimal): -5764497 or 7277224. OLE color: 7277224.

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

Color convert

RGB 168 10 111 -
CMYK 0 0.94 0.34 0.34
HSL 321.65º 0.89% 0.35% -
HSV(B) 321.65º 0.94% 0.66% -
XYZ 19.13 9.69 15.9 -
YUV 68.76 151.85 198.79 -
System Red Green Blue C M Y K H S L
Decimal 168 10 111 0 0.94 0.34 0.34 321.65 0.89 0.35
Hex A8 A 6F 0 5E 22 22 142 59 23
Octal 250 12 157 0 136 42 42 502 131 43
Binary 10101000 1010 1101111 0 1011110 100010 100010 101000010 1011001 100011

Color Harmonies of #A80A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80A6F

Black with #A80A6F

Text Example


Text Example

White with #A80A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80A6F; }

 p { color: rgb(168,10,111); }

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

background-color css

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

 a { background-color: rgb(168,10,111); }

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

border-color css

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

 span { border-color: rgb(168,10,111); }

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