Html Css Color HEX #A40882 Eggplant

📋 copy color: '#A40882'

red 164 ◦ green 8 ◦ blue 130

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

Shades of Eggplant #A40882

Tints of Eggplant #A40882

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.65%

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

R = 54.3%
G = 2.65%
B = 43.05%

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

#A40882 (or 0xA40882) is known color: Eggplant. HEX triplet: A4, 08 and 82. RGB value is (164,8,130). Sum of RGB (Red+Green+Blue) = 164+8+130=302 (40% of max value = 765). Red value is 164 (64.45% from 255 or 54.30% from 302); Green value is 8 (3.52% from 255 or 2.65% from 302); Blue value is 130 (51.17% from 255 or 43.05% from 302); Max value from RGB is 164 - color contains mainly: red. Hex color #A40882 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40882 is #5BF77D. Grayscale: #444444. Windows color (decimal): -6027134 or 8521892. OLE color: 8521892.

HSL color Cylindrical-coordinate representation of color #A40882: hue angle of 313.08º degrees, saturation: 0.91, 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 #A40882 is Cyan = 0, Magento = 0.95, Yellow = 0.21 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 8 130 -
CMYK 0 0.95 0.21 0.36
HSL 313.08º 0.91% 0.34% -
HSV(B) 313.08º 0.95% 0.64% -
XYZ 19.43 9.68 21.96 -
YUV 68.55 162.68 196.08 -
System Red Green Blue C M Y K H S L
Decimal 164 8 130 0 0.95 0.21 0.36 313.08 0.91 0.34
Hex A4 8 82 0 5F 15 24 139 5B 22
Octal 244 10 202 0 137 25 44 471 133 42
Binary 10100100 1000 10000010 0 1011111 10101 100100 100111001 1011011 100010

Color Harmonies of #A40882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40882

Black with #A40882

Text Example


Text Example

White with #A40882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40882; }

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

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

background-color css

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

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

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

border-color css

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

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

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