Html Css Color HEX #A80068 Eggplant

📋 copy color: '#A80068'

red 168 ◦ green 0 ◦ blue 104

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

Shades of Eggplant #A80068

Tints of Eggplant #A80068

RGB

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

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

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

R = 61.76%
G = 0%
B = 38.24%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.38

 K value IS 0.34

RGB Variations

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

Color information

#A80068 (or 0xA80068) is known color: Eggplant. HEX triplet: A8, 00 and 68. RGB value is (168,0,104). Sum of RGB (Red+Green+Blue) = 168+0+104=272 (36% of max value = 765). Red value is 168 (66.02% from 255 or 61.76% from 272); Green value is 0 (0.39% from 255 or 0% from 272); Blue value is 104 (41.02% from 255 or 38.24% from 272); Max value from RGB is 168 - color contains mainly: red. Hex color #A80068 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A80068 is #57FF97. Grayscale: #3D3D3D. Windows color (decimal): -5767064 or 6815912. OLE color: 6815912.

HSL color Cylindrical-coordinate representation of color #A80068: hue angle of 322.86º 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 #A80068 is Cyan = 0, Magento = 1, Yellow = 0.38 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 0 104 -
CMYK 0 1 0.38 0.34
HSL 322.86º 1% 0.33% -
HSV(B) 322.86º 1% 0.66% -
XYZ 18.65 9.32 13.91 -
YUV 62.09 151.66 203.54 -
System Red Green Blue C M Y K H S L
Decimal 168 0 104 0 1 0.38 0.34 322.86 1 0.33
Hex A8 0 68 0 64 26 22 143 64 21
Octal 250 0 150 0 144 46 42 503 144 41
Binary 10101000 0 1101000 0 1100100 100110 100010 101000011 1100100 100001

Color Harmonies of #A80068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80068

Black with #A80068

Text Example


Text Example

White with #A80068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80068; }

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

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

background-color css

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

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

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

border-color css

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

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

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