Html Css Color HEX #A60067 Eggplant

📋 copy color: '#A60067'

red 166 ◦ green 0 ◦ blue 103

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

Shades of Eggplant #A60067

Tints of Eggplant #A60067

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 103 (40.63% from 255) = 38.29%

R = 61.71%
G = 0%
B = 38.29%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.38

 K value IS 0.35

RGB Variations

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

Color information

#A60067 (or 0xA60067) is known color: Eggplant. HEX triplet: A6, 00 and 67. RGB value is (166,0,103). Sum of RGB (Red+Green+Blue) = 166+0+103=269 (35% of max value = 765). Red value is 166 (65.23% from 255 or 61.71% from 269); Green value is 0 (0.39% from 255 or 0% from 269); Blue value is 103 (40.62% from 255 or 38.29% from 269); Max value from RGB is 166 - color contains mainly: red. Hex color #A60067 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A60067 is #59FF98. Grayscale: #3D3D3D. Windows color (decimal): -5898137 or 6750374. OLE color: 6750374.

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

Color convert

RGB 166 0 103 -
CMYK 0 1 0.38 0.35
HSL 322.77º 1% 0.33% -
HSV(B) 322.77º 1% 0.65% -
XYZ 18.17 9.09 13.63 -
YUV 61.38 151.5 202.62 -
System Red Green Blue C M Y K H S L
Decimal 166 0 103 0 1 0.38 0.35 322.77 1 0.33
Hex A6 0 67 0 64 26 23 143 64 21
Octal 246 0 147 0 144 46 43 503 144 41
Binary 10100110 0 1100111 0 1100100 100110 100011 101000011 1100100 100001

Color Harmonies of #A60067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60067

Black with #A60067

Text Example


Text Example

White with #A60067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60067; }

 p { color: rgb(166,0,103); }

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

background-color css

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

 a { background-color: rgb(166,0,103); }

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

border-color css

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

 span { border-color: rgb(166,0,103); }

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