Html Css Color HEX #A30068 Eggplant

📋 copy color: '#A30068'

red 163 ◦ green 0 ◦ blue 104

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

Shades of Eggplant #A30068

Tints of Eggplant #A30068

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 value IS 0

 M value IS 1

 Y value IS 0.36

 K value IS 0.36

RGB Variations

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

Color information

#A30068 (or 0xA30068) is known color: 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

RGB 163 0 104 -
CMYK 0 1 0.36 0.36
HSL 321.72º 1% 0.32% -
HSV(B) 321.72º 1% 0.64% -
XYZ 17.6 8.79 13.86 -
YUV 60.59 152.5 201.04 -
System Red Green Blue C M Y K H S L
Decimal 163 0 104 0 1 0.36 0.36 321.72 1 0.32
Hex A3 0 68 0 64 24 24 142 64 20
Octal 243 0 150 0 144 44 44 502 144 40
Binary 10100011 0 1101000 0 1100100 100100 100100 101000010 1100100 100000

Color Harmonies of #A30068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30068

Black with #A30068

Text Example


Text Example

White with #A30068

Text Example


Text Example

HTML Codes & Css Web 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>