Html Css Color HEX #A850BA Deep Lilac

📋 copy color: '#A850BA'

red 168 ◦ green 80 ◦ blue 186

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

Shades of Deep Lilac #A850BA

Tints of Deep Lilac #A850BA

RGB

 RED value IS 168 (66.02% from 255) = 38.71%

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

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

R = 38.71%
G = 18.43%
B = 42.86%

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

#A850BA (or 0xA850BA) is known color: Deep Lilac. HEX triplet: A8, 50 and BA. RGB value is (168,80,186). Sum of RGB (Red+Green+Blue) = 168+80+186=434 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.71% from 434); Green value is 80 (31.64% from 255 or 18.43% from 434); Blue value is 186 (73.05% from 255 or 42.86% from 434); Max value from RGB is 186 - color contains mainly: blue. Hex color #A850BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A850BA is #57AF45. Grayscale: #767676. Windows color (decimal): -5746502 or 12210344. OLE color: 12210344.

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

Color convert

RGB 168 80 186 -
CMYK 0.10 0.57 0 0.27
HSL 289.81º 0.43% 0.52% -
HSV(B) 289.81º 0.57% 0.73% -
XYZ 27.88 17.61 48.38 -
YUV 118.4 166.15 163.38 -
System Red Green Blue C M Y K H S L
Decimal 168 80 186 0.10 0.57 0 0.27 289.81 0.43 0.52
Hex A8 50 BA A 39 0 1B 122 2B 34
Octal 250 120 272 12 71 0 33 442 53 64
Binary 10101000 1010000 10111010 1010 111001 0 11011 100100010 101011 110100

Color Harmonies of #A850BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A850BA

Black with #A850BA

Text Example


Text Example

White with #A850BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A850BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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