Html Css Color HEX #A3047F Eggplant

📋 copy color: '#A3047F'

red 163 ◦ green 4 ◦ blue 127

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

Shades of Eggplant #A3047F

Tints of Eggplant #A3047F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 43.2%

R = 55.44%
G = 1.36%
B = 43.2%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.22

 K value IS 0.36

RGB Variations

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

Color information

#A3047F (or 0xA3047F) is known color: Eggplant. HEX triplet: A3, 04 and 7F. RGB value is (163,4,127). Sum of RGB (Red+Green+Blue) = 163+4+127=294 (38% of max value = 765). Red value is 163 (64.06% from 255 or 55.44% from 294); Green value is 4 (1.95% from 255 or 1.36% from 294); Blue value is 127 (50% from 255 or 43.20% from 294); Max value from RGB is 163 - color contains mainly: red. Hex color #A3047F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3047F is #5CFB80. Grayscale: #414141. Windows color (decimal): -6093697 or 8324259. OLE color: 8324259.

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

Color convert

RGB 163 4 127 -
CMYK 0 0.98 0.22 0.36
HSL 313.58º 0.95% 0.33% -
HSV(B) 313.58º 0.98% 0.64% -
XYZ 18.98 9.41 20.89 -
YUV 65.56 162.68 197.5 -
System Red Green Blue C M Y K H S L
Decimal 163 4 127 0 0.98 0.22 0.36 313.58 0.95 0.33
Hex A3 4 7F 0 62 16 24 13A 5F 21
Octal 243 4 177 0 142 26 44 472 137 41
Binary 10100011 100 1111111 0 1100010 10110 100100 100111010 1011111 100001

Color Harmonies of #A3047F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3047F

Black with #A3047F

Text Example


Text Example

White with #A3047F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3047F; }

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

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

background-color css

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

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

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

border-color css

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

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

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