Html Css Color HEX #A963BE Deep Lilac

📋 copy color: '#A963BE'

red 169 ◦ green 99 ◦ blue 190

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

Shades of Deep Lilac #A963BE

Tints of Deep Lilac #A963BE

RGB

 RED value IS 169 (66.41% from 255) = 36.9%

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

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

R = 36.9%
G = 21.62%
B = 41.48%

CMYK

 C value IS 0.11

 M value IS 0.48

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A963BE (or 0xA963BE) is known color: Deep Lilac. HEX triplet: A9, 63 and BE. RGB value is (169,99,190). Sum of RGB (Red+Green+Blue) = 169+99+190=458 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.90% from 458); Green value is 99 (39.06% from 255 or 21.62% from 458); Blue value is 190 (74.61% from 255 or 41.48% from 458); Max value from RGB is 190 - color contains mainly: blue. Hex color #A963BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A963BE is #569C41. Grayscale: #828282. Windows color (decimal): -5676098 or 12477353. OLE color: 12477353.

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

Color convert

RGB 169 99 190 -
CMYK 0.11 0.48 0 0.25
HSL 286.15º 0.41% 0.57% -
HSV(B) 286.15º 0.48% 0.75% -
XYZ 30.12 21.08 51.2 -
YUV 130.3 161.69 155.6 -
System Red Green Blue C M Y K H S L
Decimal 169 99 190 0.11 0.48 0 0.25 286.15 0.41 0.57
Hex A9 63 BE B 30 0 19 11E 29 39
Octal 251 143 276 13 60 0 31 436 51 71
Binary 10101001 1100011 10111110 1011 110000 0 11001 100011110 101001 111001

Color Harmonies of #A963BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A963BE

Black with #A963BE

Text Example


Text Example

White with #A963BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A963BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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