Html Css Color HEX #A40282 Eggplant

📋 copy color: '#A40282'

red 164 ◦ green 2 ◦ blue 130

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

Shades of Eggplant #A40282

Tints of Eggplant #A40282

RGB

 RED value IS 164 (64.45% from 255) = 55.41%

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

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

R = 55.41%
G = 0.68%
B = 43.92%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.21

 K value IS 0.36

RGB Variations

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

Color information

#A40282 (or 0xA40282) is known color: Eggplant. HEX triplet: A4, 02 and 82. RGB value is (164,2,130). Sum of RGB (Red+Green+Blue) = 164+2+130=296 (39% of max value = 765). Red value is 164 (64.45% from 255 or 55.41% from 296); Green value is 2 (1.17% from 255 or 0.68% from 296); Blue value is 130 (51.17% from 255 or 43.92% from 296); Max value from RGB is 164 - color contains mainly: red. Hex color #A40282 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40282 is #5BFD7D. Grayscale: #404040. Windows color (decimal): -6028670 or 8520356. OLE color: 8520356.

HSL color Cylindrical-coordinate representation of color #A40282: hue angle of 312.59º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A40282 is Cyan = 0, Magento = 0.99, Yellow = 0.21 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 2 130 -
CMYK 0 0.99 0.21 0.36
HSL 312.59º 0.98% 0.33% -
HSV(B) 312.59º 0.99% 0.64% -
XYZ 19.36 9.55 21.94 -
YUV 65.03 164.67 198.59 -
System Red Green Blue C M Y K H S L
Decimal 164 2 130 0 0.99 0.21 0.36 312.59 0.98 0.33
Hex A4 2 82 0 63 15 24 139 62 21
Octal 244 2 202 0 143 25 44 471 142 41
Binary 10100100 10 10000010 0 1100011 10101 100100 100111001 1100010 100001

Color Harmonies of #A40282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40282

Black with #A40282

Text Example


Text Example

White with #A40282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40282; }

 p { color: rgb(164,2,130); }

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

background-color css

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

 a { background-color: rgb(164,2,130); }

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

border-color css

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

 span { border-color: rgb(164,2,130); }

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