Html Css Color HEX #A55DBF Deep Lilac

📋 copy color: '#A55DBF'

red 165 ◦ green 93 ◦ blue 191

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

Shades of Deep Lilac #A55DBF

Tints of Deep Lilac #A55DBF

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.71%

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

R = 36.75%
G = 20.71%
B = 42.54%

CMYK

 C value IS 0.14

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A55DBF (or 0xA55DBF) is known color: Deep Lilac. HEX triplet: A5, 5D and BF. RGB value is (165,93,191). Sum of RGB (Red+Green+Blue) = 165+93+191=449 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.75% from 449); Green value is 93 (36.72% from 255 or 20.71% from 449); Blue value is 191 (75% from 255 or 42.54% from 449); Max value from RGB is 191 - color contains mainly: blue. Hex color #A55DBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A55DBF is #5AA240. Grayscale: #7D7D7D. Windows color (decimal): -5939777 or 12541349. OLE color: 12541349.

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

Color convert

RGB 165 93 191 -
CMYK 0.14 0.51 0 0.25
HSL 284.08º 0.43% 0.56% -
HSV(B) 284.08º 0.51% 0.75% -
XYZ 28.84 19.59 51.55 -
YUV 125.7 164.85 156.03 -
System Red Green Blue C M Y K H S L
Decimal 165 93 191 0.14 0.51 0 0.25 284.08 0.43 0.56
Hex A5 5D BF E 33 0 19 11C 2B 38
Octal 245 135 277 16 63 0 31 434 53 70
Binary 10100101 1011101 10111111 1110 110011 0 11001 100011100 101011 111000

Color Harmonies of #A55DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55DBF

Black with #A55DBF

Text Example


Text Example

White with #A55DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55DBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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