Html Css Color HEX #A94EBD Deep Lilac

📋 copy color: '#A94EBD'

red 169 ◦ green 78 ◦ blue 189

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

Shades of Deep Lilac #A94EBD

Tints of Deep Lilac #A94EBD

RGB

 RED value IS 169 (66.41% from 255) = 38.76%

 GREEN value IS 78 (30.86% from 255) = 17.89%

 BLUE value IS 189 (74.22% from 255) = 43.35%

R = 38.76%
G = 17.89%
B = 43.35%

CMYK

 C value IS 0.11

 M value IS 0.59

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A94EBD (or 0xA94EBD) is known color: Deep Lilac. HEX triplet: A9, 4E and BD. RGB value is (169,78,189). Sum of RGB (Red+Green+Blue) = 169+78+189=436 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.76% from 436); Green value is 78 (30.86% from 255 or 17.89% from 436); Blue value is 189 (74.22% from 255 or 43.35% from 436); Max value from RGB is 189 - color contains mainly: blue. Hex color #A94EBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A94EBD is #56B142. Grayscale: #757575. Windows color (decimal): -5681475 or 12406441. OLE color: 12406441.

HSL color Cylindrical-coordinate representation of color #A94EBD: hue angle of 289.19º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A94EBD is Cyan = 0.11, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 169 78 189 -
CMYK 0.11 0.59 0 0.26
HSL 289.19º 0.46% 0.52% -
HSV(B) 289.19º 0.59% 0.74% -
XYZ 28.27 17.56 50.04 -
YUV 117.86 168.15 164.47 -
System Red Green Blue C M Y K H S L
Decimal 169 78 189 0.11 0.59 0 0.26 289.19 0.46 0.52
Hex A9 4E BD B 3B 0 1A 121 2E 34
Octal 251 116 275 13 73 0 32 441 56 64
Binary 10101001 1001110 10111101 1011 111011 0 11010 100100001 101110 110100

Color Harmonies of #A94EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94EBD

Black with #A94EBD

Text Example


Text Example

White with #A94EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94EBD; }

 p { color: rgb(169,78,189); }

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

background-color css

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

 a { background-color: rgb(169,78,189); }

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

border-color css

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

 span { border-color: rgb(169,78,189); }

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