Html Css Color HEX #A40F7B Eggplant

📋 copy color: '#A40F7B'

red 164 ◦ green 15 ◦ blue 123

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

Shades of Eggplant #A40F7B

Tints of Eggplant #A40F7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 40.73%

R = 54.3%
G = 4.97%
B = 40.73%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#A40F7B (or 0xA40F7B) is known color: Eggplant. HEX triplet: A4, 0F and 7B. RGB value is (164,15,123). Sum of RGB (Red+Green+Blue) = 164+15+123=302 (40% of max value = 765). Red value is 164 (64.45% from 255 or 54.30% from 302); Green value is 15 (6.25% from 255 or 4.97% from 302); Blue value is 123 (48.44% from 255 or 40.73% from 302); Max value from RGB is 164 - color contains mainly: red. Hex color #A40F7B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40F7B is #5BF084. Grayscale: #474747. Windows color (decimal): -6025349 or 8064932. OLE color: 8064932.

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

Color convert

RGB 164 15 123 -
CMYK 0 0.91 0.25 0.36
HSL 316.51º 0.83% 0.35% -
HSV(B) 316.51º 0.91% 0.64% -
XYZ 19.06 9.66 19.6 -
YUV 71.86 156.86 193.72 -
System Red Green Blue C M Y K H S L
Decimal 164 15 123 0 0.91 0.25 0.36 316.51 0.83 0.35
Hex A4 F 7B 0 5B 19 24 13D 53 23
Octal 244 17 173 0 133 31 44 475 123 43
Binary 10100100 1111 1111011 0 1011011 11001 100100 100111101 1010011 100011

Color Harmonies of #A40F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40F7B

Black with #A40F7B

Text Example


Text Example

White with #A40F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40F7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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