Html Css Color HEX #A8166C Jazzberry Jam

📋 copy color: '#A8166C'

red 168 ◦ green 22 ◦ blue 108

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

Shades of Jazzberry Jam #A8166C

Tints of Jazzberry Jam #A8166C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 36.24%

R = 56.38%
G = 7.38%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.36

 K value IS 0.34

RGB Variations

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

Color information

#A8166C (or 0xA8166C) is known color: Jazzberry Jam. HEX triplet: A8, 16 and 6C. RGB value is (168,22,108). Sum of RGB (Red+Green+Blue) = 168+22+108=298 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.38% from 298); Green value is 22 (8.98% from 255 or 7.38% from 298); Blue value is 108 (42.58% from 255 or 36.24% from 298); Max value from RGB is 168 - color contains mainly: red. Hex color #A8166C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8166C is #57E993. Grayscale: #4B4B4B. Windows color (decimal): -5761428 or 7083688. OLE color: 7083688.

HSL color Cylindrical-coordinate representation of color #A8166C: hue angle of 324.66º 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 #A8166C is Cyan = 0, Magento = 0.87, Yellow = 0.36 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 22 108 -
CMYK 0 0.87 0.36 0.34
HSL 324.66º 0.77% 0.37% -
HSV(B) 324.66º 0.87% 0.66% -
XYZ 19.14 9.98 15.11 -
YUV 75.46 146.37 194.01 -
System Red Green Blue C M Y K H S L
Decimal 168 22 108 0 0.87 0.36 0.34 324.66 0.77 0.37
Hex A8 16 6C 0 57 24 22 145 4D 25
Octal 250 26 154 0 127 44 42 505 115 45
Binary 10101000 10110 1101100 0 1010111 100100 100010 101000101 1001101 100101

Color Harmonies of #A8166C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8166C

Black with #A8166C

Text Example


Text Example

White with #A8166C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8166C; }

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

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

background-color css

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

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

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

border-color css

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

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

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