Html Css Color HEX #A3047C Eggplant

📋 copy color: '#A3047C'

red 163 ◦ green 4 ◦ blue 124

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

Shades of Eggplant #A3047C

Tints of Eggplant #A3047C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.37%

 BLUE value IS 124 (48.83% from 255) = 42.61%

R = 56.01%
G = 1.37%
B = 42.61%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.24

 K value IS 0.36

RGB Variations

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

Color information

#A3047C (or 0xA3047C) is known color: Eggplant. HEX triplet: A3, 04 and 7C. RGB value is (163,4,124). Sum of RGB (Red+Green+Blue) = 163+4+124=291 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.01% from 291); Green value is 4 (1.95% from 255 or 1.37% from 291); Blue value is 124 (48.83% from 255 or 42.61% from 291); Max value from RGB is 163 - color contains mainly: red. Hex color #A3047C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3047C is #5CFB83. Grayscale: #404040. Windows color (decimal): -6093700 or 8127651. OLE color: 8127651.

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

Color convert

RGB 163 4 124 -
CMYK 0 0.98 0.24 0.36
HSL 314.72º 0.95% 0.33% -
HSV(B) 314.72º 0.98% 0.64% -
XYZ 18.79 9.33 19.88 -
YUV 65.22 161.18 197.74 -
System Red Green Blue C M Y K H S L
Decimal 163 4 124 0 0.98 0.24 0.36 314.72 0.95 0.33
Hex A3 4 7C 0 62 18 24 13B 5F 21
Octal 243 4 174 0 142 30 44 473 137 41
Binary 10100011 100 1111100 0 1100010 11000 100100 100111011 1011111 100001

Color Harmonies of #A3047C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3047C

Black with #A3047C

Text Example


Text Example

White with #A3047C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3047C; }

 p { color: rgb(163,4,124); }

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

background-color css

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

 a { background-color: rgb(163,4,124); }

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

border-color css

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

 span { border-color: rgb(163,4,124); }

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