Html Css Color HEX #A350CE Deep Lilac

📋 copy color: '#A350CE'

red 163 ◦ green 80 ◦ blue 206

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

Shades of Deep Lilac #A350CE

Tints of Deep Lilac #A350CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.88%

R = 36.3%
G = 17.82%
B = 45.88%

CMYK

 C value IS 0.21

 M value IS 0.61

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A350CE (or 0xA350CE) is known color: Deep Lilac. HEX triplet: A3, 50 and CE. RGB value is (163,80,206). Sum of RGB (Red+Green+Blue) = 163+80+206=449 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.30% from 449); Green value is 80 (31.64% from 255 or 17.82% from 449); Blue value is 206 (80.86% from 255 or 45.88% from 449); Max value from RGB is 206 - color contains mainly: blue. Hex color #A350CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A350CE is #5CAF31. Grayscale: #767676. Windows color (decimal): -6074162 or 13521059. OLE color: 13521059.

HSL color Cylindrical-coordinate representation of color #A350CE: hue angle of 279.52º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A350CE is Cyan = 0.21, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 163 80 206 -
CMYK 0.21 0.61 0 0.19
HSL 279.52º 0.56% 0.56% -
HSV(B) 279.52º 0.61% 0.81% -
XYZ 29.11 17.98 60.33 -
YUV 119.18 177 159.25 -
System Red Green Blue C M Y K H S L
Decimal 163 80 206 0.21 0.61 0 0.19 279.52 0.56 0.56
Hex A3 50 CE 15 3D 0 13 118 38 38
Octal 243 120 316 25 75 0 23 430 70 70
Binary 10100011 1010000 11001110 10101 111101 0 10011 100011000 111000 111000

Color Harmonies of #A350CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A350CE

Black with #A350CE

Text Example


Text Example

White with #A350CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A350CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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