Html Css Color HEX #A8166E Jazzberry Jam

📋 copy color: '#A8166E'

red 168 ◦ green 22 ◦ blue 110

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

Shades of Jazzberry Jam #A8166E

Tints of Jazzberry Jam #A8166E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 36.67%

R = 56%
G = 7.33%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.35

 K value IS 0.34

RGB Variations

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

Color information

#A8166E (or 0xA8166E) is known color: Jazzberry Jam. HEX triplet: A8, 16 and 6E. RGB value is (168,22,110). Sum of RGB (Red+Green+Blue) = 168+22+110=300 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56% from 300); Green value is 22 (8.98% from 255 or 7.33% from 300); Blue value is 110 (43.36% from 255 or 36.67% from 300); Max value from RGB is 168 - color contains mainly: red. Hex color #A8166E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8166E is #57E991. Grayscale: #4B4B4B. Windows color (decimal): -5761426 or 7214760. OLE color: 7214760.

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

Color convert

RGB 168 22 110 -
CMYK 0 0.87 0.35 0.34
HSL 323.84º 0.77% 0.37% -
HSV(B) 323.84º 0.87% 0.66% -
XYZ 19.25 10.02 15.67 -
YUV 75.69 147.37 193.84 -
System Red Green Blue C M Y K H S L
Decimal 168 22 110 0 0.87 0.35 0.34 323.84 0.77 0.37
Hex A8 16 6E 0 57 23 22 144 4D 25
Octal 250 26 156 0 127 43 42 504 115 45
Binary 10101000 10110 1101110 0 1010111 100011 100010 101000100 1001101 100101

Color Harmonies of #A8166E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8166E

Black with #A8166E

Text Example


Text Example

White with #A8166E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8166E; }

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

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

background-color css

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

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

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

border-color css

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

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

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