Html Css Color HEX #A6107B Eggplant

📋 copy color: '#A6107B'

red 166 ◦ green 16 ◦ blue 123

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

Shades of Eggplant #A6107B

Tints of Eggplant #A6107B

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.25%

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

R = 54.43%
G = 5.25%
B = 40.33%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.26

 K value IS 0.35

RGB Variations

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

Color information

#A6107B (or 0xA6107B) is known color: Eggplant. HEX triplet: A6, 10 and 7B. RGB value is (166,16,123). Sum of RGB (Red+Green+Blue) = 166+16+123=305 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.43% from 305); Green value is 16 (6.64% from 255 or 5.25% from 305); Blue value is 123 (48.44% from 255 or 40.33% from 305); Max value from RGB is 166 - color contains mainly: red. Hex color #A6107B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6107B is #59EF84. Grayscale: #484848. Windows color (decimal): -5894021 or 8065190. OLE color: 8065190.

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

Color convert

RGB 166 16 123 -
CMYK 0 0.90 0.26 0.35
HSL 317.2º 0.82% 0.36% -
HSV(B) 317.2º 0.9% 0.65% -
XYZ 19.49 9.91 19.62 -
YUV 73.05 156.2 194.3 -
System Red Green Blue C M Y K H S L
Decimal 166 16 123 0 0.90 0.26 0.35 317.2 0.82 0.36
Hex A6 10 7B 0 5A 1A 23 13D 52 24
Octal 246 20 173 0 132 32 43 475 122 44
Binary 10100110 10000 1111011 0 1011010 11010 100011 100111101 1010010 100100

Color Harmonies of #A6107B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6107B

Black with #A6107B

Text Example


Text Example

White with #A6107B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6107B; }

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

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

background-color css

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

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

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

border-color css

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

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

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