Html Css Color HEX #A263BD Deep Lilac

📋 copy color: '#A263BD'

red 162 ◦ green 99 ◦ blue 189

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

Shades of Deep Lilac #A263BD

Tints of Deep Lilac #A263BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 42%

R = 36%
G = 22%
B = 42%

CMYK

 C value IS 0.14

 M value IS 0.48

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A263BD (or 0xA263BD) is known color: Deep Lilac. HEX triplet: A2, 63 and BD. RGB value is (162,99,189). Sum of RGB (Red+Green+Blue) = 162+99+189=450 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36% from 450); Green value is 99 (39.06% from 255 or 22% from 450); Blue value is 189 (74.22% from 255 or 42% from 450); Max value from RGB is 189 - color contains mainly: blue. Hex color #A263BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A263BD is #5D9C42. Grayscale: #7F7F7F. Windows color (decimal): -6134851 or 12411810. OLE color: 12411810.

HSL color Cylindrical-coordinate representation of color #A263BD: hue angle of 282º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A263BD is Cyan = 0.14, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 162 99 189 -
CMYK 0.14 0.48 0 0.26
HSL 282º 0.41% 0.56% -
HSV(B) 282º 0.48% 0.74% -
XYZ 28.55 20.28 50.55 -
YUV 128.1 162.37 152.18 -
System Red Green Blue C M Y K H S L
Decimal 162 99 189 0.14 0.48 0 0.26 282 0.41 0.56
Hex A2 63 BD E 30 0 1A 11A 29 38
Octal 242 143 275 16 60 0 32 432 51 70
Binary 10100010 1100011 10111101 1110 110000 0 11010 100011010 101001 111000

Color Harmonies of #A263BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A263BD

Black with #A263BD

Text Example


Text Example

White with #A263BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A263BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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