Html Css Color HEX #A850C0 Deep Lilac

📋 copy color: '#A850C0'

red 168 ◦ green 80 ◦ blue 192

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

Shades of Deep Lilac #A850C0

Tints of Deep Lilac #A850C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 43.64%

R = 38.18%
G = 18.18%
B = 43.64%

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

#A850C0 (or 0xA850C0) is known color: Deep Lilac. HEX triplet: A8, 50 and C0. RGB value is (168,80,192). Sum of RGB (Red+Green+Blue) = 168+80+192=440 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.18% from 440); Green value is 80 (31.64% from 255 or 18.18% from 440); Blue value is 192 (75.39% from 255 or 43.64% from 440); Max value from RGB is 192 - color contains mainly: blue. Hex color #A850C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A850C0 is #57AF3F. Grayscale: #767676. Windows color (decimal): -5746496 or 12603560. OLE color: 12603560.

HSL color Cylindrical-coordinate representation of color #A850C0: hue angle of 287.14º degrees, saturation: 0.47, 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 #A850C0 is Cyan = 0.12, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 168 80 192 -
CMYK 0.12 0.58 0 0.25
HSL 287.14º 0.47% 0.53% -
HSV(B) 287.14º 0.58% 0.75% -
XYZ 28.53 17.87 51.81 -
YUV 119.08 169.15 162.89 -
System Red Green Blue C M Y K H S L
Decimal 168 80 192 0.12 0.58 0 0.25 287.14 0.47 0.53
Hex A8 50 C0 C 3A 0 19 11F 2F 35
Octal 250 120 300 14 72 0 31 437 57 65
Binary 10101000 1010000 11000000 1100 111010 0 11001 100011111 101111 110101

Color Harmonies of #A850C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A850C0

Black with #A850C0

Text Example


Text Example

White with #A850C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A850C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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