Html Css Color HEX #A6147B Eggplant

📋 copy color: '#A6147B'

red 166 ◦ green 20 ◦ blue 123

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

Shades of Eggplant #A6147B

Tints of Eggplant #A6147B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 39.81%

R = 53.72%
G = 6.47%
B = 39.81%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.26

 K value IS 0.35

RGB Variations

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

Color information

#A6147B (or 0xA6147B) is known color: Eggplant. HEX triplet: A6, 14 and 7B. RGB value is (166,20,123). Sum of RGB (Red+Green+Blue) = 166+20+123=309 (40% of max value = 765). Red value is 166 (65.23% from 255 or 53.72% from 309); Green value is 20 (8.20% from 255 or 6.47% from 309); Blue value is 123 (48.44% from 255 or 39.81% from 309); Max value from RGB is 166 - color contains mainly: red. Hex color #A6147B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6147B is #59EB84. Grayscale: #4B4B4B. Windows color (decimal): -5892997 or 8066214. OLE color: 8066214.

HSL color Cylindrical-coordinate representation of color #A6147B: hue angle of 317.67º 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 #A6147B is Cyan = 0, Magento = 0.88, Yellow = 0.26 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 20 123 -
CMYK 0 0.88 0.26 0.35
HSL 317.67º 0.78% 0.36% -
HSV(B) 317.67º 0.88% 0.65% -
XYZ 19.55 10.04 19.65 -
YUV 75.4 154.87 192.62 -
System Red Green Blue C M Y K H S L
Decimal 166 20 123 0 0.88 0.26 0.35 317.67 0.78 0.36
Hex A6 14 7B 0 58 1A 23 13E 4E 24
Octal 246 24 173 0 130 32 43 476 116 44
Binary 10100110 10100 1111011 0 1011000 11010 100011 100111110 1001110 100100

Color Harmonies of #A6147B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6147B

Black with #A6147B

Text Example


Text Example

White with #A6147B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6147B; }

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

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

background-color css

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

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

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

border-color css

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

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

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