Html Css Color HEX #A550BE Deep Lilac

📋 copy color: '#A550BE'

red 165 ◦ green 80 ◦ blue 190

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

Shades of Deep Lilac #A550BE

Tints of Deep Lilac #A550BE

RGB

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

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

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

R = 37.93%
G = 18.39%
B = 43.68%

CMYK

 C value IS 0.13

 M value IS 0.58

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A550BE (or 0xA550BE) is known color: Deep Lilac. HEX triplet: A5, 50 and BE. RGB value is (165,80,190). Sum of RGB (Red+Green+Blue) = 165+80+190=435 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.93% from 435); Green value is 80 (31.64% from 255 or 18.39% from 435); Blue value is 190 (74.61% from 255 or 43.68% from 435); Max value from RGB is 190 - color contains mainly: blue. Hex color #A550BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A550BE is #5AAF41. Grayscale: #757575. Windows color (decimal): -5943106 or 12472485. OLE color: 12472485.

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

Color convert

RGB 165 80 190 -
CMYK 0.13 0.58 0 0.25
HSL 286.36º 0.46% 0.53% -
HSV(B) 286.36º 0.58% 0.75% -
XYZ 27.68 17.45 50.63 -
YUV 117.96 168.66 161.56 -
System Red Green Blue C M Y K H S L
Decimal 165 80 190 0.13 0.58 0 0.25 286.36 0.46 0.53
Hex A5 50 BE D 3A 0 19 11E 2E 35
Octal 245 120 276 15 72 0 31 436 56 65
Binary 10100101 1010000 10111110 1101 111010 0 11001 100011110 101110 110101

Color Harmonies of #A550BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A550BE

Black with #A550BE

Text Example


Text Example

White with #A550BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A550BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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