Html Css Color HEX #A1086C Eggplant

📋 copy color: '#A1086C'

red 161 ◦ green 8 ◦ blue 108

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

Shades of Eggplant #A1086C

Tints of Eggplant #A1086C

RGB

 RED value IS 161 (63.28% from 255) = 58.12%

 GREEN value IS 8 (3.52% from 255) = 2.89%

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

R = 58.12%
G = 2.89%
B = 38.99%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.33

 K value IS 0.37

RGB Variations

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

Color information

#A1086C (or 0xA1086C) is known color: Eggplant. HEX triplet: A1, 08 and 6C. RGB value is (161,8,108). Sum of RGB (Red+Green+Blue) = 161+8+108=277 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.12% from 277); Green value is 8 (3.52% from 255 or 2.89% from 277); Blue value is 108 (42.58% from 255 or 38.99% from 277); Max value from RGB is 161 - color contains mainly: red. Hex color #A1086C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1086C is #5EF793. Grayscale: #404040. Windows color (decimal): -6223764 or 7080097. OLE color: 7080097.

HSL color Cylindrical-coordinate representation of color #A1086C: hue angle of 320.78º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A1086C is Cyan = 0, Magento = 0.95, Yellow = 0.33 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 8 108 -
CMYK 0 0.95 0.33 0.37
HSL 320.78º 0.91% 0.33% -
HSV(B) 320.78º 0.95% 0.63% -
XYZ 17.49 8.83 14.97 -
YUV 65.15 152.19 196.37 -
System Red Green Blue C M Y K H S L
Decimal 161 8 108 0 0.95 0.33 0.37 320.78 0.91 0.33
Hex A1 8 6C 0 5F 21 25 141 5B 21
Octal 241 10 154 0 137 41 45 501 133 41
Binary 10100001 1000 1101100 0 1011111 100001 100101 101000001 1011011 100001

Color Harmonies of #A1086C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1086C

Black with #A1086C

Text Example


Text Example

White with #A1086C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1086C; }

 p { color: rgb(161,8,108); }

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

background-color css

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

 a { background-color: rgb(161,8,108); }

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

border-color css

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

 span { border-color: rgb(161,8,108); }

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