Html Css Color HEX #A950BB Deep Lilac

📋 copy color: '#A950BB'

red 169 ◦ green 80 ◦ blue 187

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

Shades of Deep Lilac #A950BB

Tints of Deep Lilac #A950BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 42.89%

R = 38.76%
G = 18.35%
B = 42.89%

CMYK

 C value IS 0.10

 M value IS 0.57

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A950BB (or 0xA950BB) is known color: Deep Lilac. HEX triplet: A9, 50 and BB. RGB value is (169,80,187). Sum of RGB (Red+Green+Blue) = 169+80+187=436 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.76% from 436); Green value is 80 (31.64% from 255 or 18.35% from 436); Blue value is 187 (73.44% from 255 or 42.89% from 436); Max value from RGB is 187 - color contains mainly: blue. Hex color #A950BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A950BB is #56AF44. Grayscale: #767676. Windows color (decimal): -5680965 or 12275881. OLE color: 12275881.

HSL color Cylindrical-coordinate representation of color #A950BB: hue angle of 289.91º degrees, saturation: 0.44, 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 #A950BB is Cyan = 0.10, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 169 80 187 -
CMYK 0.10 0.57 0 0.27
HSL 289.91º 0.44% 0.52% -
HSV(B) 289.91º 0.57% 0.73% -
XYZ 28.2 17.76 48.96 -
YUV 118.81 166.49 163.8 -
System Red Green Blue C M Y K H S L
Decimal 169 80 187 0.10 0.57 0 0.27 289.91 0.44 0.52
Hex A9 50 BB A 39 0 1B 122 2C 34
Octal 251 120 273 12 71 0 33 442 54 64
Binary 10101001 1010000 10111011 1010 111001 0 11011 100100010 101100 110100

Color Harmonies of #A950BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A950BB

Black with #A950BB

Text Example


Text Example

White with #A950BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A950BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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