Html Css Color HEX #A80647 Jazzberry Jam

📋 copy color: '#A80647'

red 168 ◦ green 6 ◦ blue 71

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

Shades of Jazzberry Jam #A80647

Tints of Jazzberry Jam #A80647

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.45%

 BLUE value IS 71 (28.13% from 255) = 28.98%

R = 68.57%
G = 2.45%
B = 28.98%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.58

 K value IS 0.34

RGB Variations

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

Color information

#A80647 (or 0xA80647) is known color: Jazzberry Jam. HEX triplet: A8, 06 and 47. RGB value is (168,6,71). Sum of RGB (Red+Green+Blue) = 168+6+71=245 (32% of max value = 765). Red value is 168 (66.02% from 255 or 68.57% from 245); Green value is 6 (2.73% from 255 or 2.45% from 245); Blue value is 71 (28.12% from 255 or 28.98% from 245); Max value from RGB is 168 - color contains mainly: red. Hex color #A80647 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80647 is #57F9B8. Grayscale: #3D3D3D. Windows color (decimal): -5765561 or 4654760. OLE color: 4654760.

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

Color convert

RGB 168 6 71 -
CMYK 0 0.96 0.58 0.34
HSL 335.93º 0.93% 0.34% -
HSV(B) 335.93º 0.96% 0.66% -
XYZ 17.35 8.91 6.77 -
YUV 61.85 133.17 203.71 -
System Red Green Blue C M Y K H S L
Decimal 168 6 71 0 0.96 0.58 0.34 335.93 0.93 0.34
Hex A8 6 47 0 60 3A 22 150 5D 22
Octal 250 6 107 0 140 72 42 520 135 42
Binary 10101000 110 1000111 0 1100000 111010 100010 101010000 1011101 100010

Color Harmonies of #A80647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80647

Black with #A80647

Text Example


Text Example

White with #A80647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80647; }

 p { color: rgb(168,6,71); }

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

background-color css

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

 a { background-color: rgb(168,6,71); }

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

border-color css

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

 span { border-color: rgb(168,6,71); }

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