Html Css Color HEX #A40467 Eggplant

📋 copy color: '#A40467'

red 164 ◦ green 4 ◦ blue 103

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

Shades of Eggplant #A40467

Tints of Eggplant #A40467

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.48%

 BLUE value IS 103 (40.63% from 255) = 38.01%

R = 60.52%
G = 1.48%
B = 38.01%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.37

 K value IS 0.36

RGB Variations

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

Color information

#A40467 (or 0xA40467) is known color: Eggplant. HEX triplet: A4, 04 and 67. RGB value is (164,4,103). Sum of RGB (Red+Green+Blue) = 164+4+103=271 (35% of max value = 765). Red value is 164 (64.45% from 255 or 60.52% from 271); Green value is 4 (1.95% from 255 or 1.48% from 271); Blue value is 103 (40.62% from 255 or 38.01% from 271); Max value from RGB is 164 - color contains mainly: red. Hex color #A40467 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40467 is #5BFB98. Grayscale: #3E3E3E. Windows color (decimal): -6028185 or 6751396. OLE color: 6751396.

HSL color Cylindrical-coordinate representation of color #A40467: hue angle of 322.88º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A40467 is Cyan = 0, Magento = 0.98, Yellow = 0.37 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 4 103 -
CMYK 0 0.98 0.37 0.36
HSL 322.88º 0.95% 0.33% -
HSV(B) 322.88º 0.98% 0.64% -
XYZ 17.8 8.96 13.62 -
YUV 63.13 150.51 199.95 -
System Red Green Blue C M Y K H S L
Decimal 164 4 103 0 0.98 0.37 0.36 322.88 0.95 0.33
Hex A4 4 67 0 62 25 24 143 5F 21
Octal 244 4 147 0 142 45 44 503 137 41
Binary 10100100 100 1100111 0 1100010 100101 100100 101000011 1011111 100001

Color Harmonies of #A40467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40467

Black with #A40467

Text Example


Text Example

White with #A40467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40467; }

 p { color: rgb(164,4,103); }

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

background-color css

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

 a { background-color: rgb(164,4,103); }

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

border-color css

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

 span { border-color: rgb(164,4,103); }

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