Html Css Color HEX #A30072 Eggplant

📋 copy color: '#A30072'

red 163 ◦ green 0 ◦ blue 114

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

Shades of Eggplant #A30072

Tints of Eggplant #A30072

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 58.84%
G = 0%
B = 41.16%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A30072 (or 0xA30072) is known color: Eggplant. HEX triplet: A3, 00 and 72. RGB value is (163,0,114). Sum of RGB (Red+Green+Blue) = 163+0+114=277 (36% of max value = 765). Red value is 163 (64.06% from 255 or 58.84% from 277); Green value is 0 (0.39% from 255 or 0% from 277); Blue value is 114 (44.92% from 255 or 41.16% from 277); Max value from RGB is 163 - color contains mainly: red. Hex color #A30072 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30072 is #5CFF8D. Grayscale: #3D3D3D. Windows color (decimal): -6094734 or 7471267. OLE color: 7471267.

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

Color convert

RGB 163 0 114 -
CMYK 0 1 0.30 0.36
HSL 318.04º 1% 0.32% -
HSV(B) 318.04º 1% 0.64% -
XYZ 18.14 9 16.7 -
YUV 61.73 157.5 200.23 -
System Red Green Blue C M Y K H S L
Decimal 163 0 114 0 1 0.30 0.36 318.04 1 0.32
Hex A3 0 72 0 64 1E 24 13E 64 20
Octal 243 0 162 0 144 36 44 476 144 40
Binary 10100011 0 1110010 0 1100100 11110 100100 100111110 1100100 100000

Color Harmonies of #A30072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30072

Black with #A30072

Text Example


Text Example

White with #A30072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30072; }

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

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

background-color css

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

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

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

border-color css

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

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

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