Html Css Color HEX #A60168 Eggplant

📋 copy color: '#A60168'

red 166 ◦ green 1 ◦ blue 104

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

Shades of Eggplant #A60168

Tints of Eggplant #A60168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 38.38%

R = 61.25%
G = 0.37%
B = 38.38%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.37

 K value IS 0.35

RGB Variations

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

Color information

#A60168 (or 0xA60168) is known color: Eggplant. HEX triplet: A6, 01 and 68. RGB value is (166,1,104). Sum of RGB (Red+Green+Blue) = 166+1+104=271 (35% of max value = 765). Red value is 166 (65.23% from 255 or 61.25% from 271); Green value is 1 (0.78% from 255 or 0.37% from 271); Blue value is 104 (41.02% from 255 or 38.38% from 271); Max value from RGB is 166 - color contains mainly: red. Hex color #A60168 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A60168 is #59FE97. Grayscale: #3D3D3D. Windows color (decimal): -5897880 or 6816166. OLE color: 6816166.

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

Color convert

RGB 166 1 104 -
CMYK 0 0.99 0.37 0.35
HSL 322.55º 0.99% 0.33% -
HSV(B) 322.55º 0.99% 0.65% -
XYZ 18.24 9.13 13.9 -
YUV 62.08 151.66 202.12 -
System Red Green Blue C M Y K H S L
Decimal 166 1 104 0 0.99 0.37 0.35 322.55 0.99 0.33
Hex A6 1 68 0 63 25 23 143 63 21
Octal 246 1 150 0 143 45 43 503 143 41
Binary 10100110 1 1101000 0 1100011 100101 100011 101000011 1100011 100001

Color Harmonies of #A60168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60168

Black with #A60168

Text Example


Text Example

White with #A60168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60168; }

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

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

background-color css

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

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

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

border-color css

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

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

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