Html Css Color HEX #A063BC Deep Lilac

📋 copy color: '#A063BC'

red 160 ◦ green 99 ◦ blue 188

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

Shades of Deep Lilac #A063BC

Tints of Deep Lilac #A063BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 42.06%

R = 35.79%
G = 22.15%
B = 42.06%

CMYK

 C value IS 0.15

 M value IS 0.47

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A063BC (or 0xA063BC) is known color: Deep Lilac. HEX triplet: A0, 63 and BC. RGB value is (160,99,188). Sum of RGB (Red+Green+Blue) = 160+99+188=447 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.79% from 447); Green value is 99 (39.06% from 255 or 22.15% from 447); Blue value is 188 (73.83% from 255 or 42.06% from 447); Max value from RGB is 188 - color contains mainly: blue. Hex color #A063BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A063BC is #5F9C43. Grayscale: #7F7F7F. Windows color (decimal): -6265924 or 12346272. OLE color: 12346272.

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

Color convert

RGB 160 99 188 -
CMYK 0.15 0.47 0 0.26
HSL 281.12º 0.4% 0.56% -
HSV(B) 281.12º 0.47% 0.74% -
XYZ 28.04 20.03 49.97 -
YUV 127.39 162.21 151.26 -
System Red Green Blue C M Y K H S L
Decimal 160 99 188 0.15 0.47 0 0.26 281.12 0.4 0.56
Hex A0 63 BC F 2F 0 1A 119 28 38
Octal 240 143 274 17 57 0 32 431 50 70
Binary 10100000 1100011 10111100 1111 101111 0 11010 100011001 101000 111000

Color Harmonies of #A063BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A063BC

Black with #A063BC

Text Example


Text Example

White with #A063BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A063BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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