Html Css Color HEX #A850BE Deep Lilac

📋 copy color: '#A850BE'

red 168 ◦ green 80 ◦ blue 190

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

Shades of Deep Lilac #A850BE

Tints of Deep Lilac #A850BE

RGB

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

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

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

R = 38.36%
G = 18.26%
B = 43.38%

CMYK

 C value IS 0.12

 M value IS 0.58

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A850BE (or 0xA850BE) is known color: Deep Lilac. HEX triplet: A8, 50 and BE. RGB value is (168,80,190). Sum of RGB (Red+Green+Blue) = 168+80+190=438 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.36% from 438); Green value is 80 (31.64% from 255 or 18.26% from 438); Blue value is 190 (74.61% from 255 or 43.38% from 438); Max value from RGB is 190 - color contains mainly: blue. Hex color #A850BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A850BE is #57AF41. Grayscale: #767676. Windows color (decimal): -5746498 or 12472488. OLE color: 12472488.

HSL color Cylindrical-coordinate representation of color #A850BE: hue angle of 288º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A850BE is Cyan = 0.12, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 168 80 190 -
CMYK 0.12 0.58 0 0.25
HSL 288º 0.46% 0.53% -
HSV(B) 288º 0.58% 0.75% -
XYZ 28.31 17.78 50.65 -
YUV 118.85 168.15 163.06 -
System Red Green Blue C M Y K H S L
Decimal 168 80 190 0.12 0.58 0 0.25 288 0.46 0.53
Hex A8 50 BE C 3A 0 19 120 2E 35
Octal 250 120 276 14 72 0 31 440 56 65
Binary 10101000 1010000 10111110 1100 111010 0 11001 100100000 101110 110101

Color Harmonies of #A850BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A850BE

Black with #A850BE

Text Example


Text Example

White with #A850BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A850BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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