Html Css Color HEX #A30273 Eggplant

📋 copy color: '#A30273'

red 163 ◦ green 2 ◦ blue 115

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

Shades of Eggplant #A30273

Tints of Eggplant #A30273

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.71%

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

R = 58.21%
G = 0.71%
B = 41.07%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.29

 K value IS 0.36

RGB Variations

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

Color information

#A30273 (or 0xA30273) is known color: Eggplant. HEX triplet: A3, 02 and 73. RGB value is (163,2,115). Sum of RGB (Red+Green+Blue) = 163+2+115=280 (37% of max value = 765). Red value is 163 (64.06% from 255 or 58.21% from 280); Green value is 2 (1.17% from 255 or 0.71% from 280); Blue value is 115 (45.31% from 255 or 41.07% from 280); Max value from RGB is 163 - color contains mainly: red. Hex color #A30273 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30273 is #5CFD8C. Grayscale: #3E3E3E. Windows color (decimal): -6094221 or 7537315. OLE color: 7537315.

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

Color convert

RGB 163 2 115 -
CMYK 0 0.99 0.29 0.36
HSL 317.89º 0.98% 0.32% -
HSV(B) 317.89º 0.99% 0.64% -
XYZ 18.22 9.07 17.01 -
YUV 63.02 157.34 199.31 -
System Red Green Blue C M Y K H S L
Decimal 163 2 115 0 0.99 0.29 0.36 317.89 0.98 0.32
Hex A3 2 73 0 63 1D 24 13E 62 20
Octal 243 2 163 0 143 35 44 476 142 40
Binary 10100011 10 1110011 0 1100011 11101 100100 100111110 1100010 100000

Color Harmonies of #A30273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30273

Black with #A30273

Text Example


Text Example

White with #A30273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30273; }

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

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

background-color css

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

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

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

border-color css

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

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

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