Html Css Color HEX #A3046A Eggplant

📋 copy color: '#A3046A'

red 163 ◦ green 4 ◦ blue 106

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

Shades of Eggplant #A3046A

Tints of Eggplant #A3046A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 38.83%

R = 59.71%
G = 1.47%
B = 38.83%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.35

 K value IS 0.36

RGB Variations

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

Color information

#A3046A (or 0xA3046A) is known color: Eggplant. HEX triplet: A3, 04 and 6A. RGB value is (163,4,106). Sum of RGB (Red+Green+Blue) = 163+4+106=273 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.71% from 273); Green value is 4 (1.95% from 255 or 1.47% from 273); Blue value is 106 (41.80% from 255 or 38.83% from 273); Max value from RGB is 163 - color contains mainly: red. Hex color #A3046A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3046A is #5CFB95. Grayscale: #3E3E3E. Windows color (decimal): -6093718 or 6948003. OLE color: 6948003.

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

Color convert

RGB 163 4 106 -
CMYK 0 0.98 0.35 0.36
HSL 321.51º 0.95% 0.33% -
HSV(B) 321.51º 0.98% 0.64% -
XYZ 17.75 8.91 14.42 -
YUV 63.17 152.18 199.21 -
System Red Green Blue C M Y K H S L
Decimal 163 4 106 0 0.98 0.35 0.36 321.51 0.95 0.33
Hex A3 4 6A 0 62 23 24 142 5F 21
Octal 243 4 152 0 142 43 44 502 137 41
Binary 10100011 100 1101010 0 1100010 100011 100100 101000010 1011111 100001

Color Harmonies of #A3046A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3046A

Black with #A3046A

Text Example


Text Example

White with #A3046A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3046A; }

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

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

background-color css

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

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

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

border-color css

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

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

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