Html Css Color HEX #A60274 Eggplant

📋 copy color: '#A60274'

red 166 ◦ green 2 ◦ blue 116

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

Shades of Eggplant #A60274

Tints of Eggplant #A60274

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.7%

 BLUE value IS 116 (45.7% from 255) = 40.85%

R = 58.45%
G = 0.7%
B = 40.85%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#A60274 (or 0xA60274) is known color: Eggplant. HEX triplet: A6, 02 and 74. RGB value is (166,2,116). Sum of RGB (Red+Green+Blue) = 166+2+116=284 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.45% from 284); Green value is 2 (1.17% from 255 or 0.70% from 284); Blue value is 116 (45.70% from 255 or 40.85% from 284); Max value from RGB is 166 - color contains mainly: red. Hex color #A60274 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A60274 is #59FD8B. Grayscale: #3F3F3F. Windows color (decimal): -5897612 or 7602854. OLE color: 7602854.

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

Color convert

RGB 166 2 116 -
CMYK 0 0.99 0.30 0.35
HSL 318.29º 0.98% 0.33% -
HSV(B) 318.29º 0.99% 0.65% -
XYZ 18.9 9.41 17.34 -
YUV 64.03 157.33 200.73 -
System Red Green Blue C M Y K H S L
Decimal 166 2 116 0 0.99 0.30 0.35 318.29 0.98 0.33
Hex A6 2 74 0 63 1E 23 13E 62 21
Octal 246 2 164 0 143 36 43 476 142 41
Binary 10100110 10 1110100 0 1100011 11110 100011 100111110 1100010 100001

Color Harmonies of #A60274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60274

Black with #A60274

Text Example


Text Example

White with #A60274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60274; }

 p { color: rgb(166,2,116); }

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

background-color css

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

 a { background-color: rgb(166,2,116); }

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

border-color css

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

 span { border-color: rgb(166,2,116); }

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