Html Css Color HEX #A60283 Eggplant

📋 copy color: '#A60283'

red 166 ◦ green 2 ◦ blue 131

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

Shades of Eggplant #A60283

Tints of Eggplant #A60283

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 43.81%

R = 55.52%
G = 0.67%
B = 43.81%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.21

 K value IS 0.35

RGB Variations

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

Color information

#A60283 (or 0xA60283) is known color: Eggplant. HEX triplet: A6, 02 and 83. RGB value is (166,2,131). Sum of RGB (Red+Green+Blue) = 166+2+131=299 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.52% from 299); Green value is 2 (1.17% from 255 or 0.67% from 299); Blue value is 131 (51.56% from 255 or 43.81% from 299); Max value from RGB is 166 - color contains mainly: red. Hex color #A60283 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60283 is #59FD7C. Grayscale: #414141. Windows color (decimal): -5897597 or 8585894. OLE color: 8585894.

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

Color convert

RGB 166 2 131 -
CMYK 0 0.99 0.21 0.35
HSL 312.8º 0.98% 0.33% -
HSV(B) 312.8º 0.99% 0.65% -
XYZ 19.84 9.79 22.32 -
YUV 65.74 164.83 199.51 -
System Red Green Blue C M Y K H S L
Decimal 166 2 131 0 0.99 0.21 0.35 312.8 0.98 0.33
Hex A6 2 83 0 63 15 23 139 62 21
Octal 246 2 203 0 143 25 43 471 142 41
Binary 10100110 10 10000011 0 1100011 10101 100011 100111001 1100010 100001

Color Harmonies of #A60283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60283

Black with #A60283

Text Example


Text Example

White with #A60283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60283; }

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

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

background-color css

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

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

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

border-color css

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

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

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