Html Css Color HEX #A80B68 Jazzberry Jam

📋 copy color: '#A80B68'

red 168 ◦ green 11 ◦ blue 104

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

Shades of Jazzberry Jam #A80B68

Tints of Jazzberry Jam #A80B68

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.89%

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

R = 59.36%
G = 3.89%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.38

 K value IS 0.34

RGB Variations

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

Color information

#A80B68 (or 0xA80B68) is known color: Jazzberry Jam. HEX triplet: A8, 0B and 68. RGB value is (168,11,104). Sum of RGB (Red+Green+Blue) = 168+11+104=283 (37% of max value = 765). Red value is 168 (66.02% from 255 or 59.36% from 283); Green value is 11 (4.69% from 255 or 3.89% from 283); Blue value is 104 (41.02% from 255 or 36.75% from 283); Max value from RGB is 168 - color contains mainly: red. Hex color #A80B68 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A80B68 is #57F497. Grayscale: #444444. Windows color (decimal): -5764248 or 6818728. OLE color: 6818728.

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

Color convert

RGB 168 11 104 -
CMYK 0 0.93 0.38 0.34
HSL 324.46º 0.88% 0.35% -
HSV(B) 324.46º 0.93% 0.66% -
XYZ 18.77 9.56 13.95 -
YUV 68.55 148.01 198.94 -
System Red Green Blue C M Y K H S L
Decimal 168 11 104 0 0.93 0.38 0.34 324.46 0.88 0.35
Hex A8 B 68 0 5D 26 22 144 58 23
Octal 250 13 150 0 135 46 42 504 130 43
Binary 10101000 1011 1101000 0 1011101 100110 100010 101000100 1011000 100011

Color Harmonies of #A80B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80B68

Black with #A80B68

Text Example


Text Example

White with #A80B68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80B68; }

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

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

background-color css

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

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

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

border-color css

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

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

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