Html Css Color HEX #A554BF Deep Lilac

📋 copy color: '#A554BF'

red 165 ◦ green 84 ◦ blue 191

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

Shades of Deep Lilac #A554BF

Tints of Deep Lilac #A554BF

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.09%

 BLUE value IS 191 (75% from 255) = 43.41%

R = 37.5%
G = 19.09%
B = 43.41%

CMYK

 C value IS 0.14

 M value IS 0.56

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A554BF (or 0xA554BF) is known color: Deep Lilac. HEX triplet: A5, 54 and BF. RGB value is (165,84,191). Sum of RGB (Red+Green+Blue) = 165+84+191=440 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.5% from 440); Green value is 84 (33.20% from 255 or 19.09% from 440); Blue value is 191 (75% from 255 or 43.41% from 440); Max value from RGB is 191 - color contains mainly: blue. Hex color #A554BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A554BF is #5AAB40. Grayscale: #787878. Windows color (decimal): -5942081 or 12539045. OLE color: 12539045.

HSL color Cylindrical-coordinate representation of color #A554BF: hue angle of 285.42º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A554BF is Cyan = 0.14, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 165 84 191 -
CMYK 0.14 0.56 0 0.25
HSL 285.42º 0.46% 0.54% -
HSV(B) 285.42º 0.56% 0.75% -
XYZ 28.09 18.1 51.3 -
YUV 120.42 167.84 159.8 -
System Red Green Blue C M Y K H S L
Decimal 165 84 191 0.14 0.56 0 0.25 285.42 0.46 0.54
Hex A5 54 BF E 38 0 19 11D 2E 36
Octal 245 124 277 16 70 0 31 435 56 66
Binary 10100101 1010100 10111111 1110 111000 0 11001 100011101 101110 110110

Color Harmonies of #A554BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A554BF

Black with #A554BF

Text Example


Text Example

White with #A554BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A554BF; }

 p { color: rgb(165,84,191); }

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

background-color css

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

 a { background-color: rgb(165,84,191); }

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

border-color css

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

 span { border-color: rgb(165,84,191); }

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