Html Css Color HEX #A94ABD Deep Lilac

📋 copy color: '#A94ABD'

red 169 ◦ green 74 ◦ blue 189

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

Shades of Deep Lilac #A94ABD

Tints of Deep Lilac #A94ABD

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.13%

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

R = 39.12%
G = 17.13%
B = 43.75%

CMYK

 C value IS 0.11

 M value IS 0.61

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A94ABD (or 0xA94ABD) is known color: Deep Lilac. HEX triplet: A9, 4A and BD. RGB value is (169,74,189). Sum of RGB (Red+Green+Blue) = 169+74+189=432 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.12% from 432); Green value is 74 (29.30% from 255 or 17.13% from 432); Blue value is 189 (74.22% from 255 or 43.75% from 432); Max value from RGB is 189 - color contains mainly: blue. Hex color #A94ABD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A94ABD is #56B542. Grayscale: #737373. Windows color (decimal): -5682499 or 12405417. OLE color: 12405417.

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

Color convert

RGB 169 74 189 -
CMYK 0.11 0.61 0 0.26
HSL 289.57º 0.47% 0.52% -
HSV(B) 289.57º 0.61% 0.74% -
XYZ 28 17.01 49.95 -
YUV 115.52 169.47 166.15 -
System Red Green Blue C M Y K H S L
Decimal 169 74 189 0.11 0.61 0 0.26 289.57 0.47 0.52
Hex A9 4A BD B 3D 0 1A 122 2F 34
Octal 251 112 275 13 75 0 32 442 57 64
Binary 10101001 1001010 10111101 1011 111101 0 11010 100100010 101111 110100

Color Harmonies of #A94ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94ABD

Black with #A94ABD

Text Example


Text Example

White with #A94ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94ABD; }

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

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

background-color css

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

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

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

border-color css

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

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

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