Html Css Color HEX #A40F82 Eggplant

📋 copy color: '#A40F82'

red 164 ◦ green 15 ◦ blue 130

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

Shades of Eggplant #A40F82

Tints of Eggplant #A40F82

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.85%

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

R = 53.07%
G = 4.85%
B = 42.07%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.21

 K value IS 0.36

RGB Variations

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

Color information

#A40F82 (or 0xA40F82) is known color: Eggplant. HEX triplet: A4, 0F and 82. RGB value is (164,15,130). Sum of RGB (Red+Green+Blue) = 164+15+130=309 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.07% from 309); Green value is 15 (6.25% from 255 or 4.85% from 309); Blue value is 130 (51.17% from 255 or 42.07% from 309); Max value from RGB is 164 - color contains mainly: red. Hex color #A40F82 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40F82 is #5BF07D. Grayscale: #484848. Windows color (decimal): -6025342 or 8523684. OLE color: 8523684.

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

Color convert

RGB 164 15 130 -
CMYK 0 0.91 0.21 0.36
HSL 313.69º 0.83% 0.35% -
HSV(B) 313.69º 0.91% 0.64% -
XYZ 19.51 9.85 21.99 -
YUV 72.66 160.36 193.15 -
System Red Green Blue C M Y K H S L
Decimal 164 15 130 0 0.91 0.21 0.36 313.69 0.83 0.35
Hex A4 F 82 0 5B 15 24 13A 53 23
Octal 244 17 202 0 133 25 44 472 123 43
Binary 10100100 1111 10000010 0 1011011 10101 100100 100111010 1010011 100011

Color Harmonies of #A40F82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40F82

Black with #A40F82

Text Example


Text Example

White with #A40F82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40F82; }

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

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

background-color css

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

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

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

border-color css

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

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

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