Html Css Color HEX #A3016D Eggplant

📋 copy color: '#A3016D'

red 163 ◦ green 1 ◦ blue 109

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

Shades of Eggplant #A3016D

Tints of Eggplant #A3016D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.37%

 BLUE value IS 109 (42.97% from 255) = 39.93%

R = 59.71%
G = 0.37%
B = 39.93%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.33

 K value IS 0.36

RGB Variations

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

Color information

#A3016D (or 0xA3016D) is known color: Eggplant. HEX triplet: A3, 01 and 6D. RGB value is (163,1,109). Sum of RGB (Red+Green+Blue) = 163+1+109=273 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.71% from 273); Green value is 1 (0.78% from 255 or 0.37% from 273); Blue value is 109 (42.97% from 255 or 39.93% from 273); Max value from RGB is 163 - color contains mainly: red. Hex color #A3016D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3016D is #5CFE92. Grayscale: #3D3D3D. Windows color (decimal): -6094483 or 7143843. OLE color: 7143843.

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

Color convert

RGB 163 1 109 -
CMYK 0 0.99 0.33 0.36
HSL 320º 0.99% 0.32% -
HSV(B) 320º 0.99% 0.64% -
XYZ 17.88 8.91 15.25 -
YUV 61.75 154.67 200.22 -
System Red Green Blue C M Y K H S L
Decimal 163 1 109 0 0.99 0.33 0.36 320 0.99 0.32
Hex A3 1 6D 0 63 21 24 140 63 20
Octal 243 1 155 0 143 41 44 500 143 40
Binary 10100011 1 1101101 0 1100011 100001 100100 101000000 1100011 100000

Color Harmonies of #A3016D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3016D

Black with #A3016D

Text Example


Text Example

White with #A3016D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3016D; }

 p { color: rgb(163,1,109); }

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

background-color css

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

 a { background-color: rgb(163,1,109); }

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

border-color css

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

 span { border-color: rgb(163,1,109); }

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