Html Css Color HEX #A45DBC Deep Lilac

📋 copy color: '#A45DBC'

red 164 ◦ green 93 ◦ blue 188

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

Shades of Deep Lilac #A45DBC

Tints of Deep Lilac #A45DBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 42.25%

R = 36.85%
G = 20.9%
B = 42.25%

CMYK

 C value IS 0.13

 M value IS 0.51

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A45DBC (or 0xA45DBC) is known color: Deep Lilac. HEX triplet: A4, 5D and BC. RGB value is (164,93,188). Sum of RGB (Red+Green+Blue) = 164+93+188=445 (58% of max value = 765). Red value is 164 (64.45% from 255 or 36.85% from 445); Green value is 93 (36.72% from 255 or 20.90% from 445); Blue value is 188 (73.83% from 255 or 42.25% from 445); Max value from RGB is 188 - color contains mainly: blue. Hex color #A45DBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A45DBC is #5BA243. Grayscale: #7C7C7C. Windows color (decimal): -6005316 or 12344740. OLE color: 12344740.

HSL color Cylindrical-coordinate representation of color #A45DBC: hue angle of 284.84º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A45DBC is Cyan = 0.13, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 164 93 188 -
CMYK 0.13 0.51 0 0.26
HSL 284.84º 0.41% 0.55% -
HSV(B) 284.84º 0.51% 0.74% -
XYZ 28.3 19.35 49.82 -
YUV 125.06 163.52 155.78 -
System Red Green Blue C M Y K H S L
Decimal 164 93 188 0.13 0.51 0 0.26 284.84 0.41 0.55
Hex A4 5D BC D 33 0 1A 11D 29 37
Octal 244 135 274 15 63 0 32 435 51 67
Binary 10100100 1011101 10111100 1101 110011 0 11010 100011101 101001 110111

Color Harmonies of #A45DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45DBC

Black with #A45DBC

Text Example


Text Example

White with #A45DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45DBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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