Html Css Color HEX #A551BA Deep Lilac

📋 copy color: '#A551BA'

red 165 ◦ green 81 ◦ blue 186

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

Shades of Deep Lilac #A551BA

Tints of Deep Lilac #A551BA

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.75%

 BLUE value IS 186 (73.05% from 255) = 43.06%

R = 38.19%
G = 18.75%
B = 43.06%

CMYK

 C value IS 0.11

 M value IS 0.56

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A551BA (or 0xA551BA) is known color: Deep Lilac. HEX triplet: A5, 51 and BA. RGB value is (165,81,186). Sum of RGB (Red+Green+Blue) = 165+81+186=432 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.19% from 432); Green value is 81 (32.03% from 255 or 18.75% from 432); Blue value is 186 (73.05% from 255 or 43.06% from 432); Max value from RGB is 186 - color contains mainly: blue. Hex color #A551BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A551BA is #5AAE45. Grayscale: #757575. Windows color (decimal): -5942854 or 12210597. OLE color: 12210597.

HSL color Cylindrical-coordinate representation of color #A551BA: hue angle of 288º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A551BA is Cyan = 0.11, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 165 81 186 -
CMYK 0.11 0.56 0 0.27
HSL 288º 0.43% 0.52% -
HSV(B) 288º 0.56% 0.73% -
XYZ 27.32 17.43 48.38 -
YUV 118.09 166.33 161.46 -
System Red Green Blue C M Y K H S L
Decimal 165 81 186 0.11 0.56 0 0.27 288 0.43 0.52
Hex A5 51 BA B 38 0 1B 120 2B 34
Octal 245 121 272 13 70 0 33 440 53 64
Binary 10100101 1010001 10111010 1011 111000 0 11011 100100000 101011 110100

Color Harmonies of #A551BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A551BA

Black with #A551BA

Text Example


Text Example

White with #A551BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A551BA; }

 p { color: rgb(165,81,186); }

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

background-color css

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

 a { background-color: rgb(165,81,186); }

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

border-color css

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

 span { border-color: rgb(165,81,186); }

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