Html Css Color HEX #A40068 Eggplant

📋 copy color: '#A40068'

red 164 ◦ green 0 ◦ blue 104

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

Shades of Eggplant #A40068

Tints of Eggplant #A40068

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 104 (41.02% from 255) = 38.81%

R = 61.19%
G = 0%
B = 38.81%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.37

 K value IS 0.36

RGB Variations

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

Color information

#A40068 (or 0xA40068) is known color: Eggplant. HEX triplet: A4, 00 and 68. RGB value is (164,0,104). Sum of RGB (Red+Green+Blue) = 164+0+104=268 (35% of max value = 765). Red value is 164 (64.45% from 255 or 61.19% from 268); Green value is 0 (0.39% from 255 or 0% from 268); Blue value is 104 (41.02% from 255 or 38.81% from 268); Max value from RGB is 164 - color contains mainly: red. Hex color #A40068 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40068 is #5BFF97. Grayscale: #3C3C3C. Windows color (decimal): -6029208 or 6815908. OLE color: 6815908.

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

Color convert

RGB 164 0 104 -
CMYK 0 1 0.37 0.36
HSL 321.95º 1% 0.32% -
HSV(B) 321.95º 1% 0.64% -
XYZ 17.81 8.89 13.87 -
YUV 60.89 152.33 201.54 -
System Red Green Blue C M Y K H S L
Decimal 164 0 104 0 1 0.37 0.36 321.95 1 0.32
Hex A4 0 68 0 64 25 24 142 64 20
Octal 244 0 150 0 144 45 44 502 144 40
Binary 10100100 0 1101000 0 1100100 100101 100100 101000010 1100100 100000

Color Harmonies of #A40068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40068

Black with #A40068

Text Example


Text Example

White with #A40068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40068; }

 p { color: rgb(164,0,104); }

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

background-color css

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

 a { background-color: rgb(164,0,104); }

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

border-color css

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

 span { border-color: rgb(164,0,104); }

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