Html Css Color HEX #A00163 Eggplant

📋 copy color: '#A00163'

red 160 ◦ green 1 ◦ blue 99

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

Shades of Eggplant #A00163

Tints of Eggplant #A00163

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.38%

 BLUE value IS 99 (39.06% from 255) = 38.08%

R = 61.54%
G = 0.38%
B = 38.08%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.38

 K value IS 0.37

RGB Variations

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

Color information

#A00163 (or 0xA00163) is known color: Eggplant. HEX triplet: A0, 01 and 63. RGB value is (160,1,99). Sum of RGB (Red+Green+Blue) = 160+1+99=260 (34% of max value = 765). Red value is 160 (62.89% from 255 or 61.54% from 260); Green value is 1 (0.78% from 255 or 0.38% from 260); Blue value is 99 (39.06% from 255 or 38.08% from 260); Max value from RGB is 160 - color contains mainly: red. Hex color #A00163 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00163 is #5FFE9C. Grayscale: #3B3B3B. Windows color (decimal): -6291101 or 6488480. OLE color: 6488480.

HSL color Cylindrical-coordinate representation of color #A00163: hue angle of 323.02º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A00163 is Cyan = 0, Magento = 0.99, Yellow = 0.38 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 1 99 -
CMYK 0 0.99 0.38 0.37
HSL 323.02º 0.99% 0.32% -
HSV(B) 323.02º 0.99% 0.63% -
XYZ 16.76 8.4 12.54 -
YUV 59.71 150.18 199.53 -
System Red Green Blue C M Y K H S L
Decimal 160 1 99 0 0.99 0.38 0.37 323.02 0.99 0.32
Hex A0 1 63 0 63 26 25 143 63 20
Octal 240 1 143 0 143 46 45 503 143 40
Binary 10100000 1 1100011 0 1100011 100110 100101 101000011 1100011 100000

Color Harmonies of #A00163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00163

Black with #A00163

Text Example


Text Example

White with #A00163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00163; }

 p { color: rgb(160,1,99); }

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

background-color css

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

 a { background-color: rgb(160,1,99); }

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

border-color css

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

 span { border-color: rgb(160,1,99); }

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