Html Css Color HEX #A1006B Eggplant

📋 copy color: '#A1006B'

red 161 ◦ green 0 ◦ blue 107

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

Shades of Eggplant #A1006B

Tints of Eggplant #A1006B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 39.93%

R = 60.07%
G = 0%
B = 39.93%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.34

 K value IS 0.37

RGB Variations

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

Color information

#A1006B (or 0xA1006B) is known color: Eggplant. HEX triplet: A1, 00 and 6B. RGB value is (161,0,107). Sum of RGB (Red+Green+Blue) = 161+0+107=268 (35% of max value = 765). Red value is 161 (63.28% from 255 or 60.07% from 268); Green value is 0 (0.39% from 255 or 0% from 268); Blue value is 107 (42.19% from 255 or 39.93% from 268); Max value from RGB is 161 - color contains mainly: red. Hex color #A1006B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1006B is #5EFF94. Grayscale: #3C3C3C. Windows color (decimal): -6225813 or 7012513. OLE color: 7012513.

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

Color convert

RGB 161 0 107 -
CMYK 0 1 0.34 0.37
HSL 320.12º 1% 0.32% -
HSV(B) 320.12º 1% 0.63% -
XYZ 17.35 8.64 14.66 -
YUV 60.34 154.34 199.8 -
System Red Green Blue C M Y K H S L
Decimal 161 0 107 0 1 0.34 0.37 320.12 1 0.32
Hex A1 0 6B 0 64 22 25 140 64 20
Octal 241 0 153 0 144 42 45 500 144 40
Binary 10100001 0 1101011 0 1100100 100010 100101 101000000 1100100 100000

Color Harmonies of #A1006B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1006B

Black with #A1006B

Text Example


Text Example

White with #A1006B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1006B; }

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

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

background-color css

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

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

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

border-color css

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

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

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