Html Css Color HEX #A3047A Eggplant

📋 copy color: '#A3047A'

red 163 ◦ green 4 ◦ blue 122

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

Shades of Eggplant #A3047A

Tints of Eggplant #A3047A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 42.21%

R = 56.4%
G = 1.38%
B = 42.21%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#A3047A (or 0xA3047A) is known color: Eggplant. HEX triplet: A3, 04 and 7A. RGB value is (163,4,122). Sum of RGB (Red+Green+Blue) = 163+4+122=289 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.40% from 289); Green value is 4 (1.95% from 255 or 1.38% from 289); Blue value is 122 (48.05% from 255 or 42.21% from 289); Max value from RGB is 163 - color contains mainly: red. Hex color #A3047A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3047A is #5CFB85. Grayscale: #404040. Windows color (decimal): -6093702 or 7996579. OLE color: 7996579.

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

Color convert

RGB 163 4 122 -
CMYK 0 0.98 0.25 0.36
HSL 315.47º 0.95% 0.33% -
HSV(B) 315.47º 0.98% 0.64% -
XYZ 18.66 9.28 19.22 -
YUV 64.99 160.18 197.91 -
System Red Green Blue C M Y K H S L
Decimal 163 4 122 0 0.98 0.25 0.36 315.47 0.95 0.33
Hex A3 4 7A 0 62 19 24 13B 5F 21
Octal 243 4 172 0 142 31 44 473 137 41
Binary 10100011 100 1111010 0 1100010 11001 100100 100111011 1011111 100001

Color Harmonies of #A3047A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3047A

Black with #A3047A

Text Example


Text Example

White with #A3047A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3047A; }

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

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

background-color css

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

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

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

border-color css

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

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

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