Html Css Color HEX #A350BA Deep Lilac

📋 copy color: '#A350BA'

red 163 ◦ green 80 ◦ blue 186

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

Shades of Deep Lilac #A350BA

Tints of Deep Lilac #A350BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 43.36%

R = 38%
G = 18.65%
B = 43.36%

CMYK

 C value IS 0.12

 M value IS 0.57

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A350BA (or 0xA350BA) is known color: Deep Lilac. HEX triplet: A3, 50 and BA. RGB value is (163,80,186). Sum of RGB (Red+Green+Blue) = 163+80+186=429 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.00% from 429); Green value is 80 (31.64% from 255 or 18.65% from 429); Blue value is 186 (73.05% from 255 or 43.36% from 429); Max value from RGB is 186 - color contains mainly: blue. Hex color #A350BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A350BA is #5CAF45. Grayscale: #747474. Windows color (decimal): -6074182 or 12210339. OLE color: 12210339.

HSL color Cylindrical-coordinate representation of color #A350BA: hue angle of 286.98º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A350BA is Cyan = 0.12, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 163 80 186 -
CMYK 0.12 0.57 0 0.27
HSL 286.98º 0.43% 0.52% -
HSV(B) 286.98º 0.57% 0.73% -
XYZ 26.84 17.07 48.33 -
YUV 116.9 167 160.88 -
System Red Green Blue C M Y K H S L
Decimal 163 80 186 0.12 0.57 0 0.27 286.98 0.43 0.52
Hex A3 50 BA C 39 0 1B 11F 2B 34
Octal 243 120 272 14 71 0 33 437 53 64
Binary 10100011 1010000 10111010 1100 111001 0 11011 100011111 101011 110100

Color Harmonies of #A350BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A350BA

Black with #A350BA

Text Example


Text Example

White with #A350BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A350BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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