Html Css Color HEX #A3016C Eggplant

📋 copy color: '#A3016C'

red 163 ◦ green 1 ◦ blue 108

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

Shades of Eggplant #A3016C

Tints of Eggplant #A3016C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 39.71%

R = 59.93%
G = 0.37%
B = 39.71%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.34

 K value IS 0.36

RGB Variations

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

Color information

#A3016C (or 0xA3016C) is known color: Eggplant. HEX triplet: A3, 01 and 6C. RGB value is (163,1,108). Sum of RGB (Red+Green+Blue) = 163+1+108=272 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.93% from 272); Green value is 1 (0.78% from 255 or 0.37% from 272); Blue value is 108 (42.58% from 255 or 39.71% from 272); Max value from RGB is 163 - color contains mainly: red. Hex color #A3016C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3016C is #5CFE93. Grayscale: #3D3D3D. Windows color (decimal): -6094484 or 7078307. OLE color: 7078307.

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

Color convert

RGB 163 1 108 -
CMYK 0 0.99 0.34 0.36
HSL 320.37º 0.99% 0.32% -
HSV(B) 320.37º 0.99% 0.64% -
XYZ 17.82 8.89 14.96 -
YUV 61.64 154.17 200.3 -
System Red Green Blue C M Y K H S L
Decimal 163 1 108 0 0.99 0.34 0.36 320.37 0.99 0.32
Hex A3 1 6C 0 63 22 24 140 63 20
Octal 243 1 154 0 143 42 44 500 143 40
Binary 10100011 1 1101100 0 1100011 100010 100100 101000000 1100011 100000

Color Harmonies of #A3016C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3016C

Black with #A3016C

Text Example


Text Example

White with #A3016C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3016C; }

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

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

background-color css

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

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

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

border-color css

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

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

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