Html Css Color HEX #A1006E Eggplant

📋 copy color: '#A1006E'

red 161 ◦ green 0 ◦ blue 110

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

Shades of Eggplant #A1006E

Tints of Eggplant #A1006E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 59.41%
G = 0%
B = 40.59%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.32

 K value IS 0.37

RGB Variations

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

Color information

#A1006E (or 0xA1006E) is known color: Eggplant. HEX triplet: A1, 00 and 6E. RGB value is (161,0,110). Sum of RGB (Red+Green+Blue) = 161+0+110=271 (35% of max value = 765). Red value is 161 (63.28% from 255 or 59.41% from 271); Green value is 0 (0.39% from 255 or 0% from 271); Blue value is 110 (43.36% from 255 or 40.59% from 271); Max value from RGB is 161 - color contains mainly: red. Hex color #A1006E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1006E is #5EFF91. Grayscale: #3C3C3C. Windows color (decimal): -6225810 or 7209121. OLE color: 7209121.

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

Color convert

RGB 161 0 110 -
CMYK 0 1 0.32 0.37
HSL 319.01º 1% 0.32% -
HSV(B) 319.01º 1% 0.63% -
XYZ 17.51 8.7 15.51 -
YUV 60.68 155.84 199.56 -
System Red Green Blue C M Y K H S L
Decimal 161 0 110 0 1 0.32 0.37 319.01 1 0.32
Hex A1 0 6E 0 64 20 25 13F 64 20
Octal 241 0 156 0 144 40 45 477 144 40
Binary 10100001 0 1101110 0 1100100 100000 100101 100111111 1100100 100000

Color Harmonies of #A1006E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1006E

Black with #A1006E

Text Example


Text Example

White with #A1006E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1006E; }

 p { color: rgb(161,0,110); }

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

background-color css

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

 a { background-color: rgb(161,0,110); }

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

border-color css

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

 span { border-color: rgb(161,0,110); }

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