Html Css Color HEX #A45EBA Deep Lilac

📋 copy color: '#A45EBA'

red 164 ◦ green 94 ◦ blue 186

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

Shades of Deep Lilac #A45EBA

Tints of Deep Lilac #A45EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 41.89%

R = 36.94%
G = 21.17%
B = 41.89%

CMYK

 C value IS 0.12

 M value IS 0.49

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A45EBA (or 0xA45EBA) is known color: Deep Lilac. HEX triplet: A4, 5E and BA. RGB value is (164,94,186). Sum of RGB (Red+Green+Blue) = 164+94+186=444 (58% of max value = 765). Red value is 164 (64.45% from 255 or 36.94% from 444); Green value is 94 (37.11% from 255 or 21.17% from 444); Blue value is 186 (73.05% from 255 or 41.89% from 444); Max value from RGB is 186 - color contains mainly: blue. Hex color #A45EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A45EBA is #5BA145. Grayscale: #7D7D7D. Windows color (decimal): -6005062 or 12213924. OLE color: 12213924.

HSL color Cylindrical-coordinate representation of color #A45EBA: hue angle of 285.65º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A45EBA is Cyan = 0.12, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 164 94 186 -
CMYK 0.12 0.49 0 0.27
HSL 285.65º 0.4% 0.55% -
HSV(B) 285.65º 0.49% 0.73% -
XYZ 28.18 19.44 48.72 -
YUV 125.42 162.19 155.52 -
System Red Green Blue C M Y K H S L
Decimal 164 94 186 0.12 0.49 0 0.27 285.65 0.4 0.55
Hex A4 5E BA C 31 0 1B 11E 28 37
Octal 244 136 272 14 61 0 33 436 50 67
Binary 10100100 1011110 10111010 1100 110001 0 11011 100011110 101000 110111

Color Harmonies of #A45EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45EBA

Black with #A45EBA

Text Example


Text Example

White with #A45EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45EBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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