Html Css Color HEX #A60082 Eggplant

📋 copy color: '#A60082'

red 166 ◦ green 0 ◦ blue 130

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

Shades of Eggplant #A60082

Tints of Eggplant #A60082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 43.92%

R = 56.08%
G = 0%
B = 43.92%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.22

 K value IS 0.35

RGB Variations

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

Color information

#A60082 (or 0xA60082) is known color: Eggplant. HEX triplet: A6, 00 and 82. RGB value is (166,0,130). Sum of RGB (Red+Green+Blue) = 166+0+130=296 (39% of max value = 765). Red value is 166 (65.23% from 255 or 56.08% from 296); Green value is 0 (0.39% from 255 or 0% from 296); Blue value is 130 (51.17% from 255 or 43.92% from 296); Max value from RGB is 166 - color contains mainly: red. Hex color #A60082 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60082 is #59FF7D. Grayscale: #404040. Windows color (decimal): -5898110 or 8519846. OLE color: 8519846.

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

Color convert

RGB 166 0 130 -
CMYK 0 1 0.22 0.35
HSL 313.01º 1% 0.33% -
HSV(B) 313.01º 1% 0.65% -
XYZ 19.76 9.72 21.95 -
YUV 64.45 165 200.43 -
System Red Green Blue C M Y K H S L
Decimal 166 0 130 0 1 0.22 0.35 313.01 1 0.33
Hex A6 0 82 0 64 16 23 139 64 21
Octal 246 0 202 0 144 26 43 471 144 41
Binary 10100110 0 10000010 0 1100100 10110 100011 100111001 1100100 100001

Color Harmonies of #A60082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60082

Black with #A60082

Text Example


Text Example

White with #A60082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60082; }

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

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

background-color css

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

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

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

border-color css

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

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

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