Html Css Color HEX #A80968 Jazzberry Jam

📋 copy color: '#A80968'

red 168 ◦ green 9 ◦ blue 104

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

Shades of Jazzberry Jam #A80968

Tints of Jazzberry Jam #A80968

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.2%

 BLUE value IS 104 (41.02% from 255) = 37.01%

R = 59.79%
G = 3.2%
B = 37.01%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.38

 K value IS 0.34

RGB Variations

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

Color information

#A80968 (or 0xA80968) is known color: Jazzberry Jam. HEX triplet: A8, 09 and 68. RGB value is (168,9,104). Sum of RGB (Red+Green+Blue) = 168+9+104=281 (37% of max value = 765). Red value is 168 (66.02% from 255 or 59.79% from 281); Green value is 9 (3.91% from 255 or 3.20% from 281); Blue value is 104 (41.02% from 255 or 37.01% from 281); Max value from RGB is 168 - color contains mainly: red. Hex color #A80968 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A80968 is #57F697. Grayscale: #434343. Windows color (decimal): -5764760 or 6818216. OLE color: 6818216.

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

Color convert

RGB 168 9 104 -
CMYK 0 0.95 0.38 0.34
HSL 324.15º 0.9% 0.35% -
HSV(B) 324.15º 0.95% 0.66% -
XYZ 18.74 9.52 13.95 -
YUV 67.37 148.68 199.78 -
System Red Green Blue C M Y K H S L
Decimal 168 9 104 0 0.95 0.38 0.34 324.15 0.9 0.35
Hex A8 9 68 0 5F 26 22 144 5A 23
Octal 250 11 150 0 137 46 42 504 132 43
Binary 10101000 1001 1101000 0 1011111 100110 100010 101000100 1011010 100011

Color Harmonies of #A80968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80968

Black with #A80968

Text Example


Text Example

White with #A80968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80968; }

 p { color: rgb(168,9,104); }

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

background-color css

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

 a { background-color: rgb(168,9,104); }

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

border-color css

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

 span { border-color: rgb(168,9,104); }

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