Html Css Color HEX #A363BA Deep Lilac

📋 copy color: '#A363BA'

red 163 ◦ green 99 ◦ blue 186

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

Shades of Deep Lilac #A363BA

Tints of Deep Lilac #A363BA

RGB

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

 GREEN value IS 99 (39.06% from 255) = 22.1%

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

R = 36.38%
G = 22.1%
B = 41.52%

CMYK

 C value IS 0.12

 M value IS 0.47

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A363BA (or 0xA363BA) is known color: Deep Lilac. HEX triplet: A3, 63 and BA. RGB value is (163,99,186). Sum of RGB (Red+Green+Blue) = 163+99+186=448 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.38% from 448); Green value is 99 (39.06% from 255 or 22.10% from 448); Blue value is 186 (73.05% from 255 or 41.52% from 448); Max value from RGB is 186 - color contains mainly: blue. Hex color #A363BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A363BA is #5C9C45. Grayscale: #7F7F7F. Windows color (decimal): -6069318 or 12215203. OLE color: 12215203.

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

Color convert

RGB 163 99 186 -
CMYK 0.12 0.47 0 0.27
HSL 284.14º 0.39% 0.56% -
HSV(B) 284.14º 0.47% 0.73% -
XYZ 28.43 20.26 48.87 -
YUV 128.05 160.7 152.93 -
System Red Green Blue C M Y K H S L
Decimal 163 99 186 0.12 0.47 0 0.27 284.14 0.39 0.56
Hex A3 63 BA C 2F 0 1B 11C 27 38
Octal 243 143 272 14 57 0 33 434 47 70
Binary 10100011 1100011 10111010 1100 101111 0 11011 100011100 100111 111000

Color Harmonies of #A363BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A363BA

Black with #A363BA

Text Example


Text Example

White with #A363BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A363BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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