Html Css Color HEX #A00463 Eggplant

📋 copy color: '#A00463'

red 160 ◦ green 4 ◦ blue 99

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

Shades of Eggplant #A00463

Tints of Eggplant #A00463

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.52%

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

R = 60.84%
G = 1.52%
B = 37.64%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.38

 K value IS 0.37

RGB Variations

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

Color information

#A00463 (or 0xA00463) is known color: Eggplant. HEX triplet: A0, 04 and 63. RGB value is (160,4,99). Sum of RGB (Red+Green+Blue) = 160+4+99=263 (34% of max value = 765). Red value is 160 (62.89% from 255 or 60.84% from 263); Green value is 4 (1.95% from 255 or 1.52% from 263); Blue value is 99 (39.06% from 255 or 37.64% from 263); Max value from RGB is 160 - color contains mainly: red. Hex color #A00463 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00463 is #5FFB9C. Grayscale: #3D3D3D. Windows color (decimal): -6290333 or 6489248. OLE color: 6489248.

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

Color convert

RGB 160 4 99 -
CMYK 0 0.98 0.38 0.37
HSL 323.46º 0.95% 0.32% -
HSV(B) 323.46º 0.98% 0.63% -
XYZ 16.79 8.46 12.55 -
YUV 61.47 149.18 198.28 -
System Red Green Blue C M Y K H S L
Decimal 160 4 99 0 0.98 0.38 0.37 323.46 0.95 0.32
Hex A0 4 63 0 62 26 25 143 5F 20
Octal 240 4 143 0 142 46 45 503 137 40
Binary 10100000 100 1100011 0 1100010 100110 100101 101000011 1011111 100000

Color Harmonies of #A00463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00463

Black with #A00463

Text Example


Text Example

White with #A00463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00463; }

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

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

background-color css

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

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

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

border-color css

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

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

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