Html Css Color HEX #A550B8 Deep Lilac

📋 copy color: '#A550B8'

red 165 ◦ green 80 ◦ blue 184

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

Shades of Deep Lilac #A550B8

Tints of Deep Lilac #A550B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 42.89%

R = 38.46%
G = 18.65%
B = 42.89%

CMYK

 C value IS 0.10

 M value IS 0.57

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A550B8 (or 0xA550B8) is known color: Deep Lilac. HEX triplet: A5, 50 and B8. RGB value is (165,80,184). Sum of RGB (Red+Green+Blue) = 165+80+184=429 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.46% from 429); Green value is 80 (31.64% from 255 or 18.65% from 429); Blue value is 184 (72.27% from 255 or 42.89% from 429); Max value from RGB is 184 - color contains mainly: blue. Hex color #A550B8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A550B8 is #5AAF47. Grayscale: #747474. Windows color (decimal): -5943112 or 12079269. OLE color: 12079269.

HSL color Cylindrical-coordinate representation of color #A550B8: hue angle of 289.04º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A550B8 is Cyan = 0.10, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 165 80 184 -
CMYK 0.10 0.57 0 0.28
HSL 289.04º 0.42% 0.52% -
HSV(B) 289.04º 0.57% 0.72% -
XYZ 27.04 17.2 47.24 -
YUV 117.27 165.66 162.04 -
System Red Green Blue C M Y K H S L
Decimal 165 80 184 0.10 0.57 0 0.28 289.04 0.42 0.52
Hex A5 50 B8 A 39 0 1C 121 2A 34
Octal 245 120 270 12 71 0 34 441 52 64
Binary 10100101 1010000 10111000 1010 111001 0 11100 100100001 101010 110100

Color Harmonies of #A550B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A550B8

Black with #A550B8

Text Example


Text Example

White with #A550B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A550B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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