Html Css Color HEX #A6147D Eggplant

📋 copy color: '#A6147D'

red 166 ◦ green 20 ◦ blue 125

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

Shades of Eggplant #A6147D

Tints of Eggplant #A6147D

RGB

 RED value IS 166 (65.23% from 255) = 53.38%

 GREEN value IS 20 (8.2% from 255) = 6.43%

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

R = 53.38%
G = 6.43%
B = 40.19%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#A6147D (or 0xA6147D) is known color: Eggplant. HEX triplet: A6, 14 and 7D. RGB value is (166,20,125). Sum of RGB (Red+Green+Blue) = 166+20+125=311 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.38% from 311); Green value is 20 (8.20% from 255 or 6.43% from 311); Blue value is 125 (49.22% from 255 or 40.19% from 311); Max value from RGB is 166 - color contains mainly: red. Hex color #A6147D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6147D is #59EB82. Grayscale: #4B4B4B. Windows color (decimal): -5892995 or 8197286. OLE color: 8197286.

HSL color Cylindrical-coordinate representation of color #A6147D: hue angle of 316.85º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A6147D is Cyan = 0, Magento = 0.88, Yellow = 0.25 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 20 125 -
CMYK 0 0.88 0.25 0.35
HSL 316.85º 0.78% 0.36% -
HSV(B) 316.85º 0.88% 0.65% -
XYZ 19.68 10.09 20.31 -
YUV 75.62 155.87 192.46 -
System Red Green Blue C M Y K H S L
Decimal 166 20 125 0 0.88 0.25 0.35 316.85 0.78 0.36
Hex A6 14 7D 0 58 19 23 13D 4E 24
Octal 246 24 175 0 130 31 43 475 116 44
Binary 10100110 10100 1111101 0 1011000 11001 100011 100111101 1001110 100100

Color Harmonies of #A6147D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6147D

Black with #A6147D

Text Example


Text Example

White with #A6147D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6147D; }

 p { color: rgb(166,20,125); }

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

background-color css

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

 a { background-color: rgb(166,20,125); }

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

border-color css

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

 span { border-color: rgb(166,20,125); }

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