Html Css Color HEX #A850C7 Deep Lilac

📋 copy color: '#A850C7'

red 168 ◦ green 80 ◦ blue 199

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

Shades of Deep Lilac #A850C7

Tints of Deep Lilac #A850C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 44.52%

R = 37.58%
G = 17.9%
B = 44.52%

CMYK

 C value IS 0.16

 M value IS 0.60

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A850C7 (or 0xA850C7) is known color: Deep Lilac. HEX triplet: A8, 50 and C7. RGB value is (168,80,199). Sum of RGB (Red+Green+Blue) = 168+80+199=447 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.58% from 447); Green value is 80 (31.64% from 255 or 17.90% from 447); Blue value is 199 (78.12% from 255 or 44.52% from 447); Max value from RGB is 199 - color contains mainly: blue. Hex color #A850C7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A850C7 is #57AF38. Grayscale: #777777. Windows color (decimal): -5746489 or 13062312. OLE color: 13062312.

HSL color Cylindrical-coordinate representation of color #A850C7: hue angle of 284.37º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A850C7 is Cyan = 0.16, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 168 80 199 -
CMYK 0.16 0.60 0 0.22
HSL 284.37º 0.52% 0.55% -
HSV(B) 284.37º 0.6% 0.78% -
XYZ 29.33 18.19 56 -
YUV 119.88 172.65 162.32 -
System Red Green Blue C M Y K H S L
Decimal 168 80 199 0.16 0.60 0 0.22 284.37 0.52 0.55
Hex A8 50 C7 10 3C 0 16 11C 34 37
Octal 250 120 307 20 74 0 26 434 64 67
Binary 10101000 1010000 11000111 10000 111100 0 10110 100011100 110100 110111

Color Harmonies of #A850C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A850C7

Black with #A850C7

Text Example


Text Example

White with #A850C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A850C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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