Html Css Color HEX #A6137B Eggplant

📋 copy color: '#A6137B'

red 166 ◦ green 19 ◦ blue 123

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

Shades of Eggplant #A6137B

Tints of Eggplant #A6137B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.17%

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

R = 53.9%
G = 6.17%
B = 39.94%

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

#A6137B (or 0xA6137B) is known color: Eggplant. HEX triplet: A6, 13 and 7B. RGB value is (166,19,123). Sum of RGB (Red+Green+Blue) = 166+19+123=308 (40% of max value = 765). Red value is 166 (65.23% from 255 or 53.90% from 308); Green value is 19 (7.81% from 255 or 6.17% from 308); Blue value is 123 (48.44% from 255 or 39.94% from 308); Max value from RGB is 166 - color contains mainly: red. Hex color #A6137B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6137B is #59EC84. Grayscale: #4A4A4A. Windows color (decimal): -5893253 or 8065958. OLE color: 8065958.

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

Color convert

RGB 166 19 123 -
CMYK 0 0.89 0.26 0.35
HSL 317.55º 0.79% 0.36% -
HSV(B) 317.55º 0.89% 0.65% -
XYZ 19.53 10 19.64 -
YUV 74.81 155.2 193.04 -
System Red Green Blue C M Y K H S L
Decimal 166 19 123 0 0.89 0.26 0.35 317.55 0.79 0.36
Hex A6 13 7B 0 59 1A 23 13E 4F 24
Octal 246 23 173 0 131 32 43 476 117 44
Binary 10100110 10011 1111011 0 1011001 11010 100011 100111110 1001111 100100

Color Harmonies of #A6137B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6137B

Black with #A6137B

Text Example


Text Example

White with #A6137B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6137B; }

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

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

background-color css

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

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

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

border-color css

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

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

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