Html Css Color HEX #A346AF Deep Lilac

📋 copy color: '#A346AF'

red 163 ◦ green 70 ◦ blue 175

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

Shades of Deep Lilac #A346AF

Tints of Deep Lilac #A346AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 42.89%

R = 39.95%
G = 17.16%
B = 42.89%

CMYK

 C value IS 0.07

 M value IS 0.60

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A346AF (or 0xA346AF) is known color: Deep Lilac. HEX triplet: A3, 46 and AF. RGB value is (163,70,175). Sum of RGB (Red+Green+Blue) = 163+70+175=408 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.95% from 408); Green value is 70 (27.73% from 255 or 17.16% from 408); Blue value is 175 (68.75% from 255 or 42.89% from 408); Max value from RGB is 175 - color contains mainly: blue. Hex color #A346AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A346AF is #5CB950. Grayscale: #6D6D6D. Windows color (decimal): -6076753 or 11486883. OLE color: 11486883.

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

Color convert

RGB 163 70 175 -
CMYK 0.07 0.60 0 0.31
HSL 293.14º 0.43% 0.48% -
HSV(B) 293.14º 0.6% 0.69% -
XYZ 25.03 15.26 42.18 -
YUV 109.78 164.81 165.96 -
System Red Green Blue C M Y K H S L
Decimal 163 70 175 0.07 0.60 0 0.31 293.14 0.43 0.48
Hex A3 46 AF 7 3C 0 1F 125 2B 30
Octal 243 106 257 7 74 0 37 445 53 60
Binary 10100011 1000110 10101111 111 111100 0 11111 100100101 101011 110000

Color Harmonies of #A346AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A346AF

Black with #A346AF

Text Example


Text Example

White with #A346AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A346AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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