Html Css Color HEX #A063BF Deep Lilac

📋 copy color: '#A063BF'

red 160 ◦ green 99 ◦ blue 191

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

Shades of Deep Lilac #A063BF

Tints of Deep Lilac #A063BF

RGB

 RED value IS 160 (62.89% from 255) = 35.56%

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

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

R = 35.56%
G = 22%
B = 42.44%

CMYK

 C value IS 0.16

 M value IS 0.48

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A063BF (or 0xA063BF) is known color: Deep Lilac. HEX triplet: A0, 63 and BF. RGB value is (160,99,191). Sum of RGB (Red+Green+Blue) = 160+99+191=450 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.56% from 450); Green value is 99 (39.06% from 255 or 22% from 450); Blue value is 191 (75% from 255 or 42.44% from 450); Max value from RGB is 191 - color contains mainly: blue. Hex color #A063BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A063BF is #5F9C40. Grayscale: #7F7F7F. Windows color (decimal): -6265921 or 12542880. OLE color: 12542880.

HSL color Cylindrical-coordinate representation of color #A063BF: hue angle of 279.78º 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 #A063BF is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 160 99 191 -
CMYK 0.16 0.48 0 0.25
HSL 279.78º 0.42% 0.57% -
HSV(B) 279.78º 0.48% 0.75% -
XYZ 28.36 20.16 51.69 -
YUV 127.73 163.71 151.02 -
System Red Green Blue C M Y K H S L
Decimal 160 99 191 0.16 0.48 0 0.25 279.78 0.42 0.57
Hex A0 63 BF 10 30 0 19 118 2A 39
Octal 240 143 277 20 60 0 31 430 52 71
Binary 10100000 1100011 10111111 10000 110000 0 11001 100011000 101010 111001

Color Harmonies of #A063BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A063BF

Black with #A063BF

Text Example


Text Example

White with #A063BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A063BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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