Html Css Color HEX #A40164 Eggplant

📋 copy color: '#A40164'

red 164 ◦ green 1 ◦ blue 100

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

Shades of Eggplant #A40164

Tints of Eggplant #A40164

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 37.74%

R = 61.89%
G = 0.38%
B = 37.74%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.39

 K value IS 0.36

RGB Variations

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

Color information

#A40164 (or 0xA40164) is known color: Eggplant. HEX triplet: A4, 01 and 64. RGB value is (164,1,100). Sum of RGB (Red+Green+Blue) = 164+1+100=265 (35% of max value = 765). Red value is 164 (64.45% from 255 or 61.89% from 265); Green value is 1 (0.78% from 255 or 0.38% from 265); Blue value is 100 (39.45% from 255 or 37.74% from 265); Max value from RGB is 164 - color contains mainly: red. Hex color #A40164 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40164 is #5BFE9B. Grayscale: #3C3C3C. Windows color (decimal): -6028956 or 6554020. OLE color: 6554020.

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

Color convert

RGB 164 1 100 -
CMYK 0 0.99 0.39 0.36
HSL 323.56º 0.99% 0.32% -
HSV(B) 323.56º 0.99% 0.64% -
XYZ 17.62 8.83 12.83 -
YUV 61.02 150 201.45 -
System Red Green Blue C M Y K H S L
Decimal 164 1 100 0 0.99 0.39 0.36 323.56 0.99 0.32
Hex A4 1 64 0 63 27 24 144 63 20
Octal 244 1 144 0 143 47 44 504 143 40
Binary 10100100 1 1100100 0 1100011 100111 100100 101000100 1100011 100000

Color Harmonies of #A40164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40164

Black with #A40164

Text Example


Text Example

White with #A40164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40164; }

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

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

background-color css

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

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

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

border-color css

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

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

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