Html Css Color HEX #A547BF Deep Lilac

📋 copy color: '#A547BF'

red 165 ◦ green 71 ◦ blue 191

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

Shades of Deep Lilac #A547BF

Tints of Deep Lilac #A547BF

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.63%

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

R = 38.64%
G = 16.63%
B = 44.73%

CMYK

 C value IS 0.14

 M value IS 0.63

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A547BF (or 0xA547BF) is known color: Deep Lilac. HEX triplet: A5, 47 and BF. RGB value is (165,71,191). Sum of RGB (Red+Green+Blue) = 165+71+191=427 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.64% from 427); Green value is 71 (28.12% from 255 or 16.63% from 427); Blue value is 191 (75% from 255 or 44.73% from 427); Max value from RGB is 191 - color contains mainly: blue. Hex color #A547BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A547BF is #5AB840. Grayscale: #707070. Windows color (decimal): -5945409 or 12535717. OLE color: 12535717.

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

Color convert

RGB 165 71 191 -
CMYK 0.14 0.63 0 0.25
HSL 287º 0.48% 0.51% -
HSV(B) 287º 0.63% 0.75% -
XYZ 27.17 16.27 51 -
YUV 112.79 172.14 165.24 -
System Red Green Blue C M Y K H S L
Decimal 165 71 191 0.14 0.63 0 0.25 287 0.48 0.51
Hex A5 47 BF E 3F 0 19 11F 30 33
Octal 245 107 277 16 77 0 31 437 60 63
Binary 10100101 1000111 10111111 1110 111111 0 11001 100011111 110000 110011

Color Harmonies of #A547BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A547BF

Black with #A547BF

Text Example


Text Example

White with #A547BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A547BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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