Html Css Color HEX #A45DBF Deep Lilac

📋 copy color: '#A45DBF'

red 164 ◦ green 93 ◦ blue 191

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

Shades of Deep Lilac #A45DBF

Tints of Deep Lilac #A45DBF

RGB

 RED value IS 164 (64.45% from 255) = 36.61%

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

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

R = 36.61%
G = 20.76%
B = 42.63%

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

#A45DBF (or 0xA45DBF) is known color: Deep Lilac. HEX triplet: A4, 5D and BF. RGB value is (164,93,191). Sum of RGB (Red+Green+Blue) = 164+93+191=448 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.61% from 448); Green value is 93 (36.72% from 255 or 20.76% from 448); Blue value is 191 (75% from 255 or 42.63% from 448); Max value from RGB is 191 - color contains mainly: blue. Hex color #A45DBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A45DBF is #5BA240. Grayscale: #7D7D7D. Windows color (decimal): -6005313 or 12541348. OLE color: 12541348.

HSL color Cylindrical-coordinate representation of color #A45DBF: hue angle of 283.47º 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 #A45DBF is Cyan = 0.14, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 164 93 191 -
CMYK 0.14 0.51 0 0.25
HSL 283.47º 0.43% 0.56% -
HSV(B) 283.47º 0.51% 0.75% -
XYZ 28.63 19.48 51.54 -
YUV 125.4 165.02 155.53 -
System Red Green Blue C M Y K H S L
Decimal 164 93 191 0.14 0.51 0 0.25 283.47 0.43 0.56
Hex A4 5D BF E 33 0 19 11B 2B 38
Octal 244 135 277 16 63 0 31 433 53 70
Binary 10100100 1011101 10111111 1110 110011 0 11001 100011011 101011 111000

Color Harmonies of #A45DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45DBF

Black with #A45DBF

Text Example


Text Example

White with #A45DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45DBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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