Html Css Color HEX #A30473 Eggplant

📋 copy color: '#A30473'

red 163 ◦ green 4 ◦ blue 115

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

Shades of Eggplant #A30473

Tints of Eggplant #A30473

RGB

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

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

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

R = 57.8%
G = 1.42%
B = 40.78%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.29

 K value IS 0.36

RGB Variations

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

Color information

#A30473 (or 0xA30473) is known color: Eggplant. HEX triplet: A3, 04 and 73. RGB value is (163,4,115). Sum of RGB (Red+Green+Blue) = 163+4+115=282 (37% of max value = 765). Red value is 163 (64.06% from 255 or 57.80% from 282); Green value is 4 (1.95% from 255 or 1.42% from 282); Blue value is 115 (45.31% from 255 or 40.78% from 282); Max value from RGB is 163 - color contains mainly: red. Hex color #A30473 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30473 is #5CFB8C. Grayscale: #3F3F3F. Windows color (decimal): -6093709 or 7537827. OLE color: 7537827.

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

Color convert

RGB 163 4 115 -
CMYK 0 0.98 0.29 0.36
HSL 318.11º 0.95% 0.33% -
HSV(B) 318.11º 0.98% 0.64% -
XYZ 18.24 9.11 17.02 -
YUV 64.2 156.68 198.47 -
System Red Green Blue C M Y K H S L
Decimal 163 4 115 0 0.98 0.29 0.36 318.11 0.95 0.33
Hex A3 4 73 0 62 1D 24 13E 5F 21
Octal 243 4 163 0 142 35 44 476 137 41
Binary 10100011 100 1110011 0 1100010 11101 100100 100111110 1011111 100001

Color Harmonies of #A30473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30473

Black with #A30473

Text Example


Text Example

White with #A30473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30473; }

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

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

background-color css

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

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

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

border-color css

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

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

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