Html Css Color HEX #A263BF Deep Lilac

📋 copy color: '#A263BF'

red 162 ◦ green 99 ◦ blue 191

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

Shades of Deep Lilac #A263BF

Tints of Deep Lilac #A263BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 42.26%

R = 35.84%
G = 21.9%
B = 42.26%

CMYK

 C value IS 0.15

 M value IS 0.48

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A263BF (or 0xA263BF) is known color: Deep Lilac. HEX triplet: A2, 63 and BF. RGB value is (162,99,191). Sum of RGB (Red+Green+Blue) = 162+99+191=452 (59% of max value = 765). Red value is 162 (63.67% from 255 or 35.84% from 452); Green value is 99 (39.06% from 255 or 21.90% from 452); Blue value is 191 (75% from 255 or 42.26% from 452); Max value from RGB is 191 - color contains mainly: blue. Hex color #A263BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A263BF is #5D9C40. Grayscale: #808080. Windows color (decimal): -6134849 or 12542882. OLE color: 12542882.

HSL color Cylindrical-coordinate representation of color #A263BF: hue angle of 281.09º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A263BF is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 162 99 191 -
CMYK 0.15 0.48 0 0.25
HSL 281.09º 0.42% 0.57% -
HSV(B) 281.09º 0.48% 0.75% -
XYZ 28.77 20.37 51.71 -
YUV 128.33 163.37 152.02 -
System Red Green Blue C M Y K H S L
Decimal 162 99 191 0.15 0.48 0 0.25 281.09 0.42 0.57
Hex A2 63 BF F 30 0 19 119 2A 39
Octal 242 143 277 17 60 0 31 431 52 71
Binary 10100010 1100011 10111111 1111 110000 0 11001 100011001 101010 111001

Color Harmonies of #A263BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A263BF

Black with #A263BF

Text Example


Text Example

White with #A263BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A263BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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