Html Css Color HEX #A45EBC Deep Lilac

📋 copy color: '#A45EBC'

red 164 ◦ green 94 ◦ blue 188

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

Shades of Deep Lilac #A45EBC

Tints of Deep Lilac #A45EBC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 21.08%

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

R = 36.77%
G = 21.08%
B = 42.15%

CMYK

 C value IS 0.13

 M value IS 0.50

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A45EBC (or 0xA45EBC) is known color: Deep Lilac. HEX triplet: A4, 5E and BC. RGB value is (164,94,188). Sum of RGB (Red+Green+Blue) = 164+94+188=446 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.77% from 446); Green value is 94 (37.11% from 255 or 21.08% from 446); Blue value is 188 (73.83% from 255 or 42.15% from 446); Max value from RGB is 188 - color contains mainly: blue. Hex color #A45EBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A45EBC is #5BA143. Grayscale: #7D7D7D. Windows color (decimal): -6005060 or 12344996. OLE color: 12344996.

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

Color convert

RGB 164 94 188 -
CMYK 0.13 0.50 0 0.26
HSL 284.68º 0.41% 0.55% -
HSV(B) 284.68º 0.5% 0.74% -
XYZ 28.39 19.53 49.85 -
YUV 125.65 163.19 155.36 -
System Red Green Blue C M Y K H S L
Decimal 164 94 188 0.13 0.50 0 0.26 284.68 0.41 0.55
Hex A4 5E BC D 32 0 1A 11D 29 37
Octal 244 136 274 15 62 0 32 435 51 67
Binary 10100100 1011110 10111100 1101 110010 0 11010 100011101 101001 110111

Color Harmonies of #A45EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45EBC

Black with #A45EBC

Text Example


Text Example

White with #A45EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45EBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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