Html Css Color HEX #A40175 Eggplant

📋 copy color: '#A40175'

red 164 ◦ green 1 ◦ blue 117

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

Shades of Eggplant #A40175

Tints of Eggplant #A40175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 41.49%

R = 58.16%
G = 0.35%
B = 41.49%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.29

 K value IS 0.36

RGB Variations

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

Color information

#A40175 (or 0xA40175) is known color: Eggplant. HEX triplet: A4, 01 and 75. RGB value is (164,1,117). Sum of RGB (Red+Green+Blue) = 164+1+117=282 (37% of max value = 765). Red value is 164 (64.45% from 255 or 58.16% from 282); Green value is 1 (0.78% from 255 or 0.35% from 282); Blue value is 117 (46.09% from 255 or 41.49% from 282); Max value from RGB is 164 - color contains mainly: red. Hex color #A40175 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40175 is #5BFE8A. Grayscale: #3E3E3E. Windows color (decimal): -6028939 or 7668132. OLE color: 7668132.

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

Color convert

RGB 164 1 117 -
CMYK 0 0.99 0.29 0.36
HSL 317.3º 0.99% 0.32% -
HSV(B) 317.3º 0.99% 0.64% -
XYZ 18.53 9.2 17.63 -
YUV 62.96 158.5 200.07 -
System Red Green Blue C M Y K H S L
Decimal 164 1 117 0 0.99 0.29 0.36 317.3 0.99 0.32
Hex A4 1 75 0 63 1D 24 13D 63 20
Octal 244 1 165 0 143 35 44 475 143 40
Binary 10100100 1 1110101 0 1100011 11101 100100 100111101 1100011 100000

Color Harmonies of #A40175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40175

Black with #A40175

Text Example


Text Example

White with #A40175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40175; }

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

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

background-color css

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

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

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

border-color css

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

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

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