Html Css Color HEX #A81660 Jazzberry Jam

📋 copy color: '#A81660'

red 168 ◦ green 22 ◦ blue 96

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

Shades of Jazzberry Jam #A81660

Tints of Jazzberry Jam #A81660

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.69%

 BLUE value IS 96 (37.89% from 255) = 33.57%

R = 58.74%
G = 7.69%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.43

 K value IS 0.34

RGB Variations

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

Color information

#A81660 (or 0xA81660) is known color: Jazzberry Jam. HEX triplet: A8, 16 and 60. RGB value is (168,22,96). Sum of RGB (Red+Green+Blue) = 168+22+96=286 (37% of max value = 765). Red value is 168 (66.02% from 255 or 58.74% from 286); Green value is 22 (8.98% from 255 or 7.69% from 286); Blue value is 96 (37.89% from 255 or 33.57% from 286); Max value from RGB is 168 - color contains mainly: red. Hex color #A81660 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A81660 is #57E99F. Grayscale: #494949. Windows color (decimal): -5761440 or 6297256. OLE color: 6297256.

HSL color Cylindrical-coordinate representation of color #A81660: hue angle of 329.59º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A81660 is Cyan = 0, Magento = 0.87, Yellow = 0.43 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 22 96 -
CMYK 0 0.87 0.43 0.34
HSL 329.59º 0.77% 0.37% -
HSV(B) 329.59º 0.87% 0.66% -
XYZ 18.55 9.74 11.97 -
YUV 74.09 140.37 194.98 -
System Red Green Blue C M Y K H S L
Decimal 168 22 96 0 0.87 0.43 0.34 329.59 0.77 0.37
Hex A8 16 60 0 57 2B 22 14A 4D 25
Octal 250 26 140 0 127 53 42 512 115 45
Binary 10101000 10110 1100000 0 1010111 101011 100010 101001010 1001101 100101

Color Harmonies of #A81660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81660

Black with #A81660

Text Example


Text Example

White with #A81660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81660; }

 p { color: rgb(168,22,96); }

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

background-color css

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

 a { background-color: rgb(168,22,96); }

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

border-color css

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

 span { border-color: rgb(168,22,96); }

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