Html Css Color HEX #A063BE Deep Lilac

📋 copy color: '#A063BE'

red 160 ◦ green 99 ◦ blue 190

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

Shades of Deep Lilac #A063BE

Tints of Deep Lilac #A063BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 42.32%

R = 35.63%
G = 22.05%
B = 42.32%

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

#A063BE (or 0xA063BE) is known color: Deep Lilac. HEX triplet: A0, 63 and BE. RGB value is (160,99,190). Sum of RGB (Red+Green+Blue) = 160+99+190=449 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.63% from 449); Green value is 99 (39.06% from 255 or 22.05% from 449); Blue value is 190 (74.61% from 255 or 42.32% from 449); Max value from RGB is 190 - color contains mainly: blue. Hex color #A063BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A063BE is #5F9C41. Grayscale: #7F7F7F. Windows color (decimal): -6265922 or 12477344. OLE color: 12477344.

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

Color convert

RGB 160 99 190 -
CMYK 0.16 0.48 0 0.25
HSL 280.22º 0.41% 0.57% -
HSV(B) 280.22º 0.48% 0.75% -
XYZ 28.25 20.11 51.11 -
YUV 127.61 163.21 151.1 -
System Red Green Blue C M Y K H S L
Decimal 160 99 190 0.16 0.48 0 0.25 280.22 0.41 0.57
Hex A0 63 BE 10 30 0 19 118 29 39
Octal 240 143 276 20 60 0 31 430 51 71
Binary 10100000 1100011 10111110 10000 110000 0 11001 100011000 101001 111001

Color Harmonies of #A063BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A063BE

Black with #A063BE

Text Example


Text Example

White with #A063BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A063BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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