Html Css Color HEX #A0067D Eggplant

📋 copy color: '#A0067D'

red 160 ◦ green 6 ◦ blue 125

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

Shades of Eggplant #A0067D

Tints of Eggplant #A0067D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 42.96%

R = 54.98%
G = 2.06%
B = 42.96%

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

#A0067D (or 0xA0067D) is known color: Eggplant. HEX triplet: A0, 06 and 7D. RGB value is (160,6,125). Sum of RGB (Red+Green+Blue) = 160+6+125=291 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.98% from 291); Green value is 6 (2.73% from 255 or 2.06% from 291); Blue value is 125 (49.22% from 255 or 42.96% from 291); Max value from RGB is 160 - color contains mainly: red. Hex color #A0067D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0067D is #5FF982. Grayscale: #414141. Windows color (decimal): -6289795 or 8193696. OLE color: 8193696.

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

Color convert

RGB 160 6 125 -
CMYK 0 0.96 0.22 0.37
HSL 313.64º 0.93% 0.33% -
HSV(B) 313.64º 0.96% 0.63% -
XYZ 18.26 9.08 20.19 -
YUV 65.61 161.52 195.32 -
System Red Green Blue C M Y K H S L
Decimal 160 6 125 0 0.96 0.22 0.37 313.64 0.93 0.33
Hex A0 6 7D 0 60 16 25 13A 5D 21
Octal 240 6 175 0 140 26 45 472 135 41
Binary 10100000 110 1111101 0 1100000 10110 100101 100111010 1011101 100001

Color Harmonies of #A0067D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0067D

Black with #A0067D

Text Example


Text Example

White with #A0067D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0067D; }

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

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

background-color css

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

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

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

border-color css

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

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

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