Html Css Color HEX #A6127B Eggplant

📋 copy color: '#A6127B'

red 166 ◦ green 18 ◦ blue 123

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

Shades of Eggplant #A6127B

Tints of Eggplant #A6127B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.86%

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

R = 54.07%
G = 5.86%
B = 40.07%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.26

 K value IS 0.35

RGB Variations

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

Color information

#A6127B (or 0xA6127B) is known color: Eggplant. HEX triplet: A6, 12 and 7B. RGB value is (166,18,123). Sum of RGB (Red+Green+Blue) = 166+18+123=307 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.07% from 307); Green value is 18 (7.42% from 255 or 5.86% from 307); Blue value is 123 (48.44% from 255 or 40.07% from 307); Max value from RGB is 166 - color contains mainly: red. Hex color #A6127B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6127B is #59ED84. Grayscale: #494949. Windows color (decimal): -5893509 or 8065702. OLE color: 8065702.

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

Color convert

RGB 166 18 123 -
CMYK 0 0.89 0.26 0.35
HSL 317.43º 0.8% 0.36% -
HSV(B) 317.43º 0.89% 0.65% -
XYZ 19.52 9.97 19.63 -
YUV 74.22 155.53 193.46 -
System Red Green Blue C M Y K H S L
Decimal 166 18 123 0 0.89 0.26 0.35 317.43 0.8 0.36
Hex A6 12 7B 0 59 1A 23 13D 50 24
Octal 246 22 173 0 131 32 43 475 120 44
Binary 10100110 10010 1111011 0 1011001 11010 100011 100111101 1010000 100100

Color Harmonies of #A6127B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6127B

Black with #A6127B

Text Example


Text Example

White with #A6127B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6127B; }

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

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

background-color css

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

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

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

border-color css

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

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

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