Html Css Color HEX #A0067F Eggplant

📋 copy color: '#A0067F'

red 160 ◦ green 6 ◦ blue 127

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

Shades of Eggplant #A0067F

Tints of Eggplant #A0067F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 43.34%

R = 54.61%
G = 2.05%
B = 43.34%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.21

 K value IS 0.37

RGB Variations

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

Color information

#A0067F (or 0xA0067F) is known color: Eggplant. HEX triplet: A0, 06 and 7F. RGB value is (160,6,127). Sum of RGB (Red+Green+Blue) = 160+6+127=293 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.61% from 293); Green value is 6 (2.73% from 255 or 2.05% from 293); Blue value is 127 (50% from 255 or 43.34% from 293); Max value from RGB is 160 - color contains mainly: red. Hex color #A0067F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0067F is #5FF980. Grayscale: #414141. Windows color (decimal): -6289793 or 8324768. OLE color: 8324768.

HSL color Cylindrical-coordinate representation of color #A0067F: hue angle of 312.86º 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 #A0067F is Cyan = 0, Magento = 0.96, Yellow = 0.21 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 6 127 -
CMYK 0 0.96 0.21 0.37
HSL 312.86º 0.93% 0.33% -
HSV(B) 312.86º 0.96% 0.63% -
XYZ 18.39 9.14 20.87 -
YUV 65.84 162.52 195.16 -
System Red Green Blue C M Y K H S L
Decimal 160 6 127 0 0.96 0.21 0.37 312.86 0.93 0.33
Hex A0 6 7F 0 60 15 25 139 5D 21
Octal 240 6 177 0 140 25 45 471 135 41
Binary 10100000 110 1111111 0 1100000 10101 100101 100111001 1011101 100001

Color Harmonies of #A0067F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0067F

Black with #A0067F

Text Example


Text Example

White with #A0067F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0067F; }

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

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

background-color css

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

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

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

border-color css

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

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

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