Html Css Color HEX #A30272 Eggplant

📋 copy color: '#A30272'

red 163 ◦ green 2 ◦ blue 114

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

Shades of Eggplant #A30272

Tints of Eggplant #A30272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 40.86%

R = 58.42%
G = 0.72%
B = 40.86%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A30272 (or 0xA30272) is known color: Eggplant. HEX triplet: A3, 02 and 72. RGB value is (163,2,114). Sum of RGB (Red+Green+Blue) = 163+2+114=279 (36% of max value = 765). Red value is 163 (64.06% from 255 or 58.42% from 279); Green value is 2 (1.17% from 255 or 0.72% from 279); Blue value is 114 (44.92% from 255 or 40.86% from 279); Max value from RGB is 163 - color contains mainly: red. Hex color #A30272 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30272 is #5CFD8D. Grayscale: #3E3E3E. Windows color (decimal): -6094222 or 7471779. OLE color: 7471779.

HSL color Cylindrical-coordinate representation of color #A30272: hue angle of 318.26º 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 #A30272 is Cyan = 0, Magento = 0.99, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 2 114 -
CMYK 0 0.99 0.30 0.36
HSL 318.26º 0.98% 0.32% -
HSV(B) 318.26º 0.99% 0.64% -
XYZ 18.16 9.04 16.71 -
YUV 62.91 156.84 199.39 -
System Red Green Blue C M Y K H S L
Decimal 163 2 114 0 0.99 0.30 0.36 318.26 0.98 0.32
Hex A3 2 72 0 63 1E 24 13E 62 20
Octal 243 2 162 0 143 36 44 476 142 40
Binary 10100011 10 1110010 0 1100011 11110 100100 100111110 1100010 100000

Color Harmonies of #A30272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30272

Black with #A30272

Text Example


Text Example

White with #A30272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30272; }

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

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

background-color css

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

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

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

border-color css

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

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

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