Html Css Color HEX #A350AF Deep Lilac

📋 copy color: '#A350AF'

red 163 ◦ green 80 ◦ blue 175

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

Shades of Deep Lilac #A350AF

Tints of Deep Lilac #A350AF

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.14%

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

R = 39%
G = 19.14%
B = 41.87%

CMYK

 C value IS 0.07

 M value IS 0.54

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A350AF (or 0xA350AF) is known color: Deep Lilac. HEX triplet: A3, 50 and AF. RGB value is (163,80,175). Sum of RGB (Red+Green+Blue) = 163+80+175=418 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.00% from 418); Green value is 80 (31.64% from 255 or 19.14% from 418); Blue value is 175 (68.75% from 255 or 41.87% from 418); Max value from RGB is 175 - color contains mainly: blue. Hex color #A350AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A350AF is #5CAF50. Grayscale: #737373. Windows color (decimal): -6074193 or 11489443. OLE color: 11489443.

HSL color Cylindrical-coordinate representation of color #A350AF: hue angle of 292.42º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A350AF is Cyan = 0.07, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 163 80 175 -
CMYK 0.07 0.54 0 0.31
HSL 292.42º 0.37% 0.5% -
HSV(B) 292.42º 0.54% 0.69% -
XYZ 25.71 16.62 42.41 -
YUV 115.65 161.5 161.78 -
System Red Green Blue C M Y K H S L
Decimal 163 80 175 0.07 0.54 0 0.31 292.42 0.37 0.5
Hex A3 50 AF 7 36 0 1F 124 25 32
Octal 243 120 257 7 66 0 37 444 45 62
Binary 10100011 1010000 10101111 111 110110 0 11111 100100100 100101 110010

Color Harmonies of #A350AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A350AF

Black with #A350AF

Text Example


Text Example

White with #A350AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A350AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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