Html Css Color HEX #A950BA Deep Lilac

📋 copy color: '#A950BA'

red 169 ◦ green 80 ◦ blue 186

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

Shades of Deep Lilac #A950BA

Tints of Deep Lilac #A950BA

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.39%

 BLUE value IS 186 (73.05% from 255) = 42.76%

R = 38.85%
G = 18.39%
B = 42.76%

CMYK

 C value IS 0.09

 M value IS 0.57

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A950BA (or 0xA950BA) is known color: Deep Lilac. HEX triplet: A9, 50 and BA. RGB value is (169,80,186). Sum of RGB (Red+Green+Blue) = 169+80+186=435 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.85% from 435); Green value is 80 (31.64% from 255 or 18.39% from 435); Blue value is 186 (73.05% from 255 or 42.76% from 435); Max value from RGB is 186 - color contains mainly: blue. Hex color #A950BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A950BA is #56AF45. Grayscale: #767676. Windows color (decimal): -5680966 or 12210345. OLE color: 12210345.

HSL color Cylindrical-coordinate representation of color #A950BA: hue angle of 290.38º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A950BA is Cyan = 0.09, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 169 80 186 -
CMYK 0.09 0.57 0 0.27
HSL 290.38º 0.43% 0.52% -
HSV(B) 290.38º 0.57% 0.73% -
XYZ 28.09 17.72 48.39 -
YUV 118.7 165.99 163.88 -
System Red Green Blue C M Y K H S L
Decimal 169 80 186 0.09 0.57 0 0.27 290.38 0.43 0.52
Hex A9 50 BA 9 39 0 1B 122 2B 34
Octal 251 120 272 11 71 0 33 442 53 64
Binary 10101001 1010000 10111010 1001 111001 0 11011 100100010 101011 110100

Color Harmonies of #A950BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A950BA

Black with #A950BA

Text Example


Text Example

White with #A950BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A950BA; }

 p { color: rgb(169,80,186); }

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

background-color css

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

 a { background-color: rgb(169,80,186); }

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

border-color css

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

 span { border-color: rgb(169,80,186); }

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