Html Css Color HEX #A30573 Eggplant

📋 copy color: '#A30573'

red 163 ◦ green 5 ◦ blue 115

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

Shades of Eggplant #A30573

Tints of Eggplant #A30573

RGB

 RED value IS 163 (64.06% from 255) = 57.6%

 GREEN value IS 5 (2.34% from 255) = 1.77%

 BLUE value IS 115 (45.31% from 255) = 40.64%

R = 57.6%
G = 1.77%
B = 40.64%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.29

 K value IS 0.36

RGB Variations

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

Color information

#A30573 (or 0xA30573) is known color: Eggplant. HEX triplet: A3, 05 and 73. RGB value is (163,5,115). Sum of RGB (Red+Green+Blue) = 163+5+115=283 (37% of max value = 765). Red value is 163 (64.06% from 255 or 57.60% from 283); Green value is 5 (2.34% from 255 or 1.77% from 283); Blue value is 115 (45.31% from 255 or 40.64% from 283); Max value from RGB is 163 - color contains mainly: red. Hex color #A30573 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30573 is #5CFA8C. Grayscale: #404040. Windows color (decimal): -6093453 or 7538083. OLE color: 7538083.

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

Color convert

RGB 163 5 115 -
CMYK 0 0.97 0.29 0.36
HSL 318.23º 0.94% 0.33% -
HSV(B) 318.23º 0.97% 0.64% -
XYZ 18.25 9.13 17.02 -
YUV 64.78 156.35 198.06 -
System Red Green Blue C M Y K H S L
Decimal 163 5 115 0 0.97 0.29 0.36 318.23 0.94 0.33
Hex A3 5 73 0 61 1D 24 13E 5E 21
Octal 243 5 163 0 141 35 44 476 136 41
Binary 10100011 101 1110011 0 1100001 11101 100100 100111110 1011110 100001

Color Harmonies of #A30573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30573

Black with #A30573

Text Example


Text Example

White with #A30573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30573; }

 p { color: rgb(163,5,115); }

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

background-color css

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

 a { background-color: rgb(163,5,115); }

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

border-color css

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

 span { border-color: rgb(163,5,115); }

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