Html Css Color HEX #A40F81 Eggplant

📋 copy color: '#A40F81'

red 164 ◦ green 15 ◦ blue 129

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

Shades of Eggplant #A40F81

Tints of Eggplant #A40F81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 41.88%

R = 53.25%
G = 4.87%
B = 41.88%

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

#A40F81 (or 0xA40F81) is known color: Eggplant. HEX triplet: A4, 0F and 81. RGB value is (164,15,129). Sum of RGB (Red+Green+Blue) = 164+15+129=308 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.25% from 308); Green value is 15 (6.25% from 255 or 4.87% from 308); Blue value is 129 (50.78% from 255 or 41.88% from 308); Max value from RGB is 164 - color contains mainly: red. Hex color #A40F81 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40F81 is #5BF07E. Grayscale: #484848. Windows color (decimal): -6025343 or 8458148. OLE color: 8458148.

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

Color convert

RGB 164 15 129 -
CMYK 0 0.91 0.21 0.36
HSL 314.09º 0.83% 0.35% -
HSV(B) 314.09º 0.91% 0.64% -
XYZ 19.44 9.82 21.64 -
YUV 72.55 159.86 193.23 -
System Red Green Blue C M Y K H S L
Decimal 164 15 129 0 0.91 0.21 0.36 314.09 0.83 0.35
Hex A4 F 81 0 5B 15 24 13A 53 23
Octal 244 17 201 0 133 25 44 472 123 43
Binary 10100100 1111 10000001 0 1011011 10101 100100 100111010 1010011 100011

Color Harmonies of #A40F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40F81

Black with #A40F81

Text Example


Text Example

White with #A40F81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40F81; }

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

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

background-color css

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

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

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

border-color css

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

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

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