Html Css Color HEX #A263BA Deep Lilac

📋 copy color: '#A263BA'

red 162 ◦ green 99 ◦ blue 186

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

Shades of Deep Lilac #A263BA

Tints of Deep Lilac #A263BA

RGB

 RED value IS 162 (63.67% from 255) = 36.24%

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

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

R = 36.24%
G = 22.15%
B = 41.61%

CMYK

 C value IS 0.13

 M value IS 0.47

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A263BA (or 0xA263BA) is known color: Deep Lilac. HEX triplet: A2, 63 and BA. RGB value is (162,99,186). Sum of RGB (Red+Green+Blue) = 162+99+186=447 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.24% from 447); Green value is 99 (39.06% from 255 or 22.15% from 447); Blue value is 186 (73.05% from 255 or 41.61% from 447); Max value from RGB is 186 - color contains mainly: blue. Hex color #A263BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A263BA is #5D9C45. Grayscale: #7F7F7F. Windows color (decimal): -6134854 or 12215202. OLE color: 12215202.

HSL color Cylindrical-coordinate representation of color #A263BA: hue angle of 283.45º 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 #A263BA is Cyan = 0.13, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 162 99 186 -
CMYK 0.13 0.47 0 0.27
HSL 283.45º 0.39% 0.56% -
HSV(B) 283.45º 0.47% 0.73% -
XYZ 28.23 20.15 48.86 -
YUV 127.76 160.87 152.43 -
System Red Green Blue C M Y K H S L
Decimal 162 99 186 0.13 0.47 0 0.27 283.45 0.39 0.56
Hex A2 63 BA D 2F 0 1B 11B 27 38
Octal 242 143 272 15 57 0 33 433 47 70
Binary 10100010 1100011 10111010 1101 101111 0 11011 100011011 100111 111000

Color Harmonies of #A263BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A263BA

Black with #A263BA

Text Example


Text Example

White with #A263BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A263BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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