Html Css Color HEX #A6016C Eggplant

📋 copy color: '#A6016C'

red 166 ◦ green 1 ◦ blue 108

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

Shades of Eggplant #A6016C

Tints of Eggplant #A6016C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.36%

 BLUE value IS 108 (42.58% from 255) = 39.27%

R = 60.36%
G = 0.36%
B = 39.27%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.35

 K value IS 0.35

RGB Variations

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

Color information

#A6016C (or 0xA6016C) is known color: Eggplant. HEX triplet: A6, 01 and 6C. RGB value is (166,1,108). Sum of RGB (Red+Green+Blue) = 166+1+108=275 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.36% from 275); Green value is 1 (0.78% from 255 or 0.36% from 275); Blue value is 108 (42.58% from 255 or 39.27% from 275); Max value from RGB is 166 - color contains mainly: red. Hex color #A6016C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6016C is #59FE93. Grayscale: #3E3E3E. Windows color (decimal): -5897876 or 7078310. OLE color: 7078310.

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

Color convert

RGB 166 1 108 -
CMYK 0 0.99 0.35 0.35
HSL 321.09º 0.99% 0.33% -
HSV(B) 321.09º 0.99% 0.65% -
XYZ 18.44 9.21 14.99 -
YUV 62.53 153.66 201.8 -
System Red Green Blue C M Y K H S L
Decimal 166 1 108 0 0.99 0.35 0.35 321.09 0.99 0.33
Hex A6 1 6C 0 63 23 23 141 63 21
Octal 246 1 154 0 143 43 43 501 143 41
Binary 10100110 1 1101100 0 1100011 100011 100011 101000001 1100011 100001

Color Harmonies of #A6016C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6016C

Black with #A6016C

Text Example


Text Example

White with #A6016C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6016C; }

 p { color: rgb(166,1,108); }

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

background-color css

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

 a { background-color: rgb(166,1,108); }

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

border-color css

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

 span { border-color: rgb(166,1,108); }

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