Html Css Color HEX #A30873 Eggplant

📋 copy color: '#A30873'

red 163 ◦ green 8 ◦ blue 115

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

Shades of Eggplant #A30873

Tints of Eggplant #A30873

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.8%

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

R = 56.99%
G = 2.8%
B = 40.21%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.29

 K value IS 0.36

RGB Variations

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

Color information

#A30873 (or 0xA30873) is known color: Eggplant. HEX triplet: A3, 08 and 73. RGB value is (163,8,115). Sum of RGB (Red+Green+Blue) = 163+8+115=286 (37% of max value = 765). Red value is 163 (64.06% from 255 or 56.99% from 286); Green value is 8 (3.52% from 255 or 2.80% from 286); Blue value is 115 (45.31% from 255 or 40.21% from 286); Max value from RGB is 163 - color contains mainly: red. Hex color #A30873 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30873 is #5CF78C. Grayscale: #424242. Windows color (decimal): -6092685 or 7538851. OLE color: 7538851.

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

Color convert

RGB 163 8 115 -
CMYK 0 0.95 0.29 0.36
HSL 318.58º 0.91% 0.34% -
HSV(B) 318.58º 0.95% 0.64% -
XYZ 18.29 9.2 17.03 -
YUV 66.54 155.35 196.8 -
System Red Green Blue C M Y K H S L
Decimal 163 8 115 0 0.95 0.29 0.36 318.58 0.91 0.34
Hex A3 8 73 0 5F 1D 24 13F 5B 22
Octal 243 10 163 0 137 35 44 477 133 42
Binary 10100011 1000 1110011 0 1011111 11101 100100 100111111 1011011 100010

Color Harmonies of #A30873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30873

Black with #A30873

Text Example


Text Example

White with #A30873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30873; }

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

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

background-color css

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

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

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

border-color css

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

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

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