Html Css Color HEX #A30373 Eggplant

📋 copy color: '#A30373'

red 163 ◦ green 3 ◦ blue 115

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

Shades of Eggplant #A30373

Tints of Eggplant #A30373

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.07%

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

R = 58.01%
G = 1.07%
B = 40.93%

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

#A30373 (or 0xA30373) is known color: Eggplant. HEX triplet: A3, 03 and 73. RGB value is (163,3,115). Sum of RGB (Red+Green+Blue) = 163+3+115=281 (37% of max value = 765). Red value is 163 (64.06% from 255 or 58.01% from 281); Green value is 3 (1.56% from 255 or 1.07% from 281); Blue value is 115 (45.31% from 255 or 40.93% from 281); Max value from RGB is 163 - color contains mainly: red. Hex color #A30373 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30373 is #5CFC8C. Grayscale: #3F3F3F. Windows color (decimal): -6093965 or 7537571. OLE color: 7537571.

HSL color Cylindrical-coordinate representation of color #A30373: hue angle of 318º degrees, saturation: 0.96, 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 #A30373 is Cyan = 0, Magento = 0.98, Yellow = 0.29 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 3 115 -
CMYK 0 0.98 0.29 0.36
HSL 318º 0.96% 0.33% -
HSV(B) 318º 0.98% 0.64% -
XYZ 18.23 9.09 17.01 -
YUV 63.61 157.01 198.89 -
System Red Green Blue C M Y K H S L
Decimal 163 3 115 0 0.98 0.29 0.36 318 0.96 0.33
Hex A3 3 73 0 62 1D 24 13E 60 21
Octal 243 3 163 0 142 35 44 476 140 41
Binary 10100011 11 1110011 0 1100010 11101 100100 100111110 1100000 100001

Color Harmonies of #A30373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30373

Black with #A30373

Text Example


Text Example

White with #A30373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30373; }

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

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

background-color css

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

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

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

border-color css

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

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

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