Html Css Color HEX #A40982 Eggplant

📋 copy color: '#A40982'

red 164 ◦ green 9 ◦ blue 130

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

Shades of Eggplant #A40982

Tints of Eggplant #A40982

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.97%

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

R = 54.13%
G = 2.97%
B = 42.9%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.21

 K value IS 0.36

RGB Variations

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

Color information

#A40982 (or 0xA40982) is known color: Eggplant. HEX triplet: A4, 09 and 82. RGB value is (164,9,130). Sum of RGB (Red+Green+Blue) = 164+9+130=303 (40% of max value = 765). Red value is 164 (64.45% from 255 or 54.13% from 303); Green value is 9 (3.91% from 255 or 2.97% from 303); Blue value is 130 (51.17% from 255 or 42.90% from 303); Max value from RGB is 164 - color contains mainly: red. Hex color #A40982 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40982 is #5BF67D. Grayscale: #444444. Windows color (decimal): -6026878 or 8522148. OLE color: 8522148.

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

Color convert

RGB 164 9 130 -
CMYK 0 0.95 0.21 0.36
HSL 313.16º 0.9% 0.34% -
HSV(B) 313.16º 0.95% 0.64% -
XYZ 19.44 9.7 21.97 -
YUV 69.14 162.35 195.66 -
System Red Green Blue C M Y K H S L
Decimal 164 9 130 0 0.95 0.21 0.36 313.16 0.9 0.34
Hex A4 9 82 0 5F 15 24 139 5A 22
Octal 244 11 202 0 137 25 44 471 132 42
Binary 10100100 1001 10000010 0 1011111 10101 100100 100111001 1011010 100010

Color Harmonies of #A40982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40982

Black with #A40982

Text Example


Text Example

White with #A40982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40982; }

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

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

background-color css

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

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

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

border-color css

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

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

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