Html Css Color HEX #A40173 Eggplant

📋 copy color: '#A40173'

red 164 ◦ green 1 ◦ blue 115

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

Shades of Eggplant #A40173

Tints of Eggplant #A40173

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.36%

 BLUE value IS 115 (45.31% from 255) = 41.07%

R = 58.57%
G = 0.36%
B = 41.07%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A40173 (or 0xA40173) is known color: Eggplant. HEX triplet: A4, 01 and 73. RGB value is (164,1,115). Sum of RGB (Red+Green+Blue) = 164+1+115=280 (37% of max value = 765). Red value is 164 (64.45% from 255 or 58.57% from 280); Green value is 1 (0.78% from 255 or 0.36% from 280); Blue value is 115 (45.31% from 255 or 41.07% from 280); Max value from RGB is 164 - color contains mainly: red. Hex color #A40173 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40173 is #5BFE8C. Grayscale: #3E3E3E. Windows color (decimal): -6028941 or 7537060. OLE color: 7537060.

HSL color Cylindrical-coordinate representation of color #A40173: hue angle of 318.04º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A40173 is Cyan = 0, Magento = 0.99, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 1 115 -
CMYK 0 0.99 0.30 0.36
HSL 318.04º 0.99% 0.32% -
HSV(B) 318.04º 0.99% 0.64% -
XYZ 18.42 9.15 17.02 -
YUV 62.73 157.5 200.23 -
System Red Green Blue C M Y K H S L
Decimal 164 1 115 0 0.99 0.30 0.36 318.04 0.99 0.32
Hex A4 1 73 0 63 1E 24 13E 63 20
Octal 244 1 163 0 143 36 44 476 143 40
Binary 10100100 1 1110011 0 1100011 11110 100100 100111110 1100011 100000

Color Harmonies of #A40173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40173

Black with #A40173

Text Example


Text Example

White with #A40173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40173; }

 p { color: rgb(164,1,115); }

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

background-color css

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

 a { background-color: rgb(164,1,115); }

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

border-color css

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

 span { border-color: rgb(164,1,115); }

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