Html Css Color HEX #A550CE Deep Lilac

📋 copy color: '#A550CE'

red 165 ◦ green 80 ◦ blue 206

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

Shades of Deep Lilac #A550CE

Tints of Deep Lilac #A550CE

RGB

 RED value IS 165 (64.84% from 255) = 36.59%

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

 BLUE value IS 206 (80.86% from 255) = 45.68%

R = 36.59%
G = 17.74%
B = 45.68%

CMYK

 C value IS 0.20

 M value IS 0.61

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A550CE (or 0xA550CE) is known color: Deep Lilac. HEX triplet: A5, 50 and CE. RGB value is (165,80,206). Sum of RGB (Red+Green+Blue) = 165+80+206=451 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.59% from 451); Green value is 80 (31.64% from 255 or 17.74% from 451); Blue value is 206 (80.86% from 255 or 45.68% from 451); Max value from RGB is 206 - color contains mainly: blue. Hex color #A550CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A550CE is #5AAF31. Grayscale: #777777. Windows color (decimal): -5943090 or 13521061. OLE color: 13521061.

HSL color Cylindrical-coordinate representation of color #A550CE: hue angle of 280.48º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A550CE is Cyan = 0.20, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 165 80 206 -
CMYK 0.20 0.61 0 0.19
HSL 280.48º 0.56% 0.56% -
HSV(B) 280.48º 0.61% 0.81% -
XYZ 29.53 18.19 60.35 -
YUV 119.78 176.66 160.25 -
System Red Green Blue C M Y K H S L
Decimal 165 80 206 0.20 0.61 0 0.19 280.48 0.56 0.56
Hex A5 50 CE 14 3D 0 13 118 38 38
Octal 245 120 316 24 75 0 23 430 70 70
Binary 10100101 1010000 11001110 10100 111101 0 10011 100011000 111000 111000

Color Harmonies of #A550CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A550CE

Black with #A550CE

Text Example


Text Example

White with #A550CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A550CE; }

 p { color: rgb(165,80,206); }

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

background-color css

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

 a { background-color: rgb(165,80,206); }

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

border-color css

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

 span { border-color: rgb(165,80,206); }

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