Html Css Color HEX #A80067 Eggplant

📋 copy color: '#A80067'

red 168 ◦ green 0 ◦ blue 103

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

Shades of Eggplant #A80067

Tints of Eggplant #A80067

RGB

 RED value IS 168 (66.02% from 255) = 61.99%

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

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

R = 61.99%
G = 0%
B = 38.01%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.39

 K value IS 0.34

RGB Variations

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

Color information

#A80067 (or 0xA80067) is known color: Eggplant. HEX triplet: A8, 00 and 67. RGB value is (168,0,103). Sum of RGB (Red+Green+Blue) = 168+0+103=271 (35% of max value = 765). Red value is 168 (66.02% from 255 or 61.99% from 271); Green value is 0 (0.39% from 255 or 0% from 271); Blue value is 103 (40.62% from 255 or 38.01% from 271); Max value from RGB is 168 - color contains mainly: red. Hex color #A80067 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A80067 is #57FF98. Grayscale: #3D3D3D. Windows color (decimal): -5767065 or 6750376. OLE color: 6750376.

HSL color Cylindrical-coordinate representation of color #A80067: hue angle of 323.21º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A80067 is Cyan = 0, Magento = 1, Yellow = 0.39 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 0 103 -
CMYK 0 1 0.39 0.34
HSL 323.21º 1% 0.33% -
HSV(B) 323.21º 1% 0.66% -
XYZ 18.6 9.3 13.65 -
YUV 61.97 151.16 203.62 -
System Red Green Blue C M Y K H S L
Decimal 168 0 103 0 1 0.39 0.34 323.21 1 0.33
Hex A8 0 67 0 64 27 22 143 64 21
Octal 250 0 147 0 144 47 42 503 144 41
Binary 10101000 0 1100111 0 1100100 100111 100010 101000011 1100100 100001

Color Harmonies of #A80067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80067

Black with #A80067

Text Example


Text Example

White with #A80067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80067; }

 p { color: rgb(168,0,103); }

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

background-color css

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

 a { background-color: rgb(168,0,103); }

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

border-color css

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

 span { border-color: rgb(168,0,103); }

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