Html Css Color HEX #A346AE Deep Lilac

📋 copy color: '#A346AE'

red 163 ◦ green 70 ◦ blue 174

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

Shades of Deep Lilac #A346AE

Tints of Deep Lilac #A346AE

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.2%

 BLUE value IS 174 (68.36% from 255) = 42.75%

R = 40.05%
G = 17.2%
B = 42.75%

CMYK

 C value IS 0.06

 M value IS 0.60

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A346AE (or 0xA346AE) is known color: Deep Lilac. HEX triplet: A3, 46 and AE. RGB value is (163,70,174). Sum of RGB (Red+Green+Blue) = 163+70+174=407 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.05% from 407); Green value is 70 (27.73% from 255 or 17.20% from 407); Blue value is 174 (68.36% from 255 or 42.75% from 407); Max value from RGB is 174 - color contains mainly: blue. Hex color #A346AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A346AE is #5CB951. Grayscale: #6D6D6D. Windows color (decimal): -6076754 or 11421347. OLE color: 11421347.

HSL color Cylindrical-coordinate representation of color #A346AE: hue angle of 293.65º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A346AE is Cyan = 0.06, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 163 70 174 -
CMYK 0.06 0.60 0 0.32
HSL 293.65º 0.43% 0.48% -
HSV(B) 293.65º 0.6% 0.68% -
XYZ 24.93 15.22 41.67 -
YUV 109.66 164.31 166.04 -
System Red Green Blue C M Y K H S L
Decimal 163 70 174 0.06 0.60 0 0.32 293.65 0.43 0.48
Hex A3 46 AE 6 3C 0 20 126 2B 30
Octal 243 106 256 6 74 0 40 446 53 60
Binary 10100011 1000110 10101110 110 111100 0 100000 100100110 101011 110000

Color Harmonies of #A346AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A346AE

Black with #A346AE

Text Example


Text Example

White with #A346AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A346AE; }

 p { color: rgb(163,70,174); }

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

background-color css

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

 a { background-color: rgb(163,70,174); }

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

border-color css

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

 span { border-color: rgb(163,70,174); }

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