Html Css Color HEX #A1077D Eggplant

📋 copy color: '#A1077D'

red 161 ◦ green 7 ◦ blue 125

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

Shades of Eggplant #A1077D

Tints of Eggplant #A1077D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.39%

 BLUE value IS 125 (49.22% from 255) = 42.66%

R = 54.95%
G = 2.39%
B = 42.66%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#A1077D (or 0xA1077D) is known color: Eggplant. HEX triplet: A1, 07 and 7D. RGB value is (161,7,125). Sum of RGB (Red+Green+Blue) = 161+7+125=293 (38% of max value = 765). Red value is 161 (63.28% from 255 or 54.95% from 293); Green value is 7 (3.12% from 255 or 2.39% from 293); Blue value is 125 (49.22% from 255 or 42.66% from 293); Max value from RGB is 161 - color contains mainly: red. Hex color #A1077D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1077D is #5EF882. Grayscale: #424242. Windows color (decimal): -6224003 or 8193953. OLE color: 8193953.

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

Color convert

RGB 161 7 125 -
CMYK 0 0.96 0.22 0.37
HSL 314.03º 0.92% 0.33% -
HSV(B) 314.03º 0.96% 0.63% -
XYZ 18.48 9.21 20.21 -
YUV 66.5 161.02 195.41 -
System Red Green Blue C M Y K H S L
Decimal 161 7 125 0 0.96 0.22 0.37 314.03 0.92 0.33
Hex A1 7 7D 0 60 16 25 13A 5C 21
Octal 241 7 175 0 140 26 45 472 134 41
Binary 10100001 111 1111101 0 1100000 10110 100101 100111010 1011100 100001

Color Harmonies of #A1077D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1077D

Black with #A1077D

Text Example


Text Example

White with #A1077D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1077D; }

 p { color: rgb(161,7,125); }

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

background-color css

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

 a { background-color: rgb(161,7,125); }

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

border-color css

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

 span { border-color: rgb(161,7,125); }

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