Html Css Color HEX #A0067C Eggplant

📋 copy color: '#A0067C'

red 160 ◦ green 6 ◦ blue 124

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

Shades of Eggplant #A0067C

Tints of Eggplant #A0067C

RGB

 RED value IS 160 (62.89% from 255) = 55.17%

 GREEN value IS 6 (2.73% from 255) = 2.07%

 BLUE value IS 124 (48.83% from 255) = 42.76%

R = 55.17%
G = 2.07%
B = 42.76%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#A0067C (or 0xA0067C) is known color: Eggplant. HEX triplet: A0, 06 and 7C. RGB value is (160,6,124). Sum of RGB (Red+Green+Blue) = 160+6+124=290 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.17% from 290); Green value is 6 (2.73% from 255 or 2.07% from 290); Blue value is 124 (48.83% from 255 or 42.76% from 290); Max value from RGB is 160 - color contains mainly: red. Hex color #A0067C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0067C is #5FF983. Grayscale: #414141. Windows color (decimal): -6289796 or 8128160. OLE color: 8128160.

HSL color Cylindrical-coordinate representation of color #A0067C: hue angle of 314.03º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A0067C is Cyan = 0, Magento = 0.96, Yellow = 0.22 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 6 124 -
CMYK 0 0.96 0.22 0.37
HSL 314.03º 0.93% 0.33% -
HSV(B) 314.03º 0.96% 0.63% -
XYZ 18.2 9.06 19.86 -
YUV 65.5 161.02 195.41 -
System Red Green Blue C M Y K H S L
Decimal 160 6 124 0 0.96 0.22 0.37 314.03 0.93 0.33
Hex A0 6 7C 0 60 16 25 13A 5D 21
Octal 240 6 174 0 140 26 45 472 135 41
Binary 10100000 110 1111100 0 1100000 10110 100101 100111010 1011101 100001

Color Harmonies of #A0067C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0067C

Black with #A0067C

Text Example


Text Example

White with #A0067C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0067C; }

 p { color: rgb(160,6,124); }

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

background-color css

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

 a { background-color: rgb(160,6,124); }

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

border-color css

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

 span { border-color: rgb(160,6,124); }

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