#a30068

Color #A30068 Eggplant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eggplant #A30068

Tints of Eggplant #A30068

Color information

#A30068 (or 0xA30068) is unknown color: approx Eggplant. HEX triplet: A3, 00 and 68. RGB value is (163,0,104). Sum of RGB (Red+Green+Blue) = 163+0+104=267 (35% of max value = 765). Red value is 163 (64.06% from 255 or 61.05% from 267); Green value is 0 (0.39% from 255 or 0% from 267); Blue value is 104 (41.02% from 255 or 38.95% from 267); Max value from RGB is 163 - color contains mainly: red. Hex color #A30068 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30068 is #5CFF97. Grayscale: #3C3C3C. Windows color (decimal): -6094744 or 6815907. OLE color: 6815907.

HSL color Cylindrical-coordinate representation of color #A30068: hue angle of 321.72º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A30068 is Cyan = 0, Magento = 1, Yellow = 0.36 and Black (K on CMYK) = 0.36.

Color convert

RGB1630104-
CMYK010.360.36
HSL321.72º100%31.96%-
HSV(B)321.72º100%63.92%-
XYZ17.68.7913.86-
YUV60.59152.5201.04-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 61.05%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 104 (41.02% from 255) = 38.95%
R=61.05%
G=0%
B=38.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.36
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1630104010.360.36321.7210031.96
HexA306806424241426420
Octal24301500144444450214440
Binary1010001101101000011001001001001001001010000101100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a30068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a30068; }

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

 H1.HeaderClassName
 {
   color: #a30068;
 }
 .AnyTagClassName
 {
   color: #a30068;
 }
</style>
background-color css

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

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

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

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

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

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