Html Css Color HEX #A94DC4 Deep Lilac

📋 copy color: '#A94DC4'

red 169 ◦ green 77 ◦ blue 196

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

Shades of Deep Lilac #A94DC4

Tints of Deep Lilac #A94DC4

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.42%

 BLUE value IS 196 (76.95% from 255) = 44.34%

R = 38.24%
G = 17.42%
B = 44.34%

CMYK

 C value IS 0.14

 M value IS 0.61

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#A94DC4 (or 0xA94DC4) is known color: Deep Lilac. HEX triplet: A9, 4D and C4. RGB value is (169,77,196). Sum of RGB (Red+Green+Blue) = 169+77+196=442 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.24% from 442); Green value is 77 (30.47% from 255 or 17.42% from 442); Blue value is 196 (76.95% from 255 or 44.34% from 442); Max value from RGB is 196 - color contains mainly: blue. Hex color #A94DC4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A94DC4 is #56B23B. Grayscale: #757575. Windows color (decimal): -5681724 or 12864937. OLE color: 12864937.

HSL color Cylindrical-coordinate representation of color #A94DC4: hue angle of 286.39º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A94DC4 is Cyan = 0.14, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 169 77 196 -
CMYK 0.14 0.61 0 0.23
HSL 286.39º 0.5% 0.54% -
HSV(B) 286.39º 0.61% 0.77% -
XYZ 28.98 17.73 54.12 -
YUV 118.07 171.98 164.32 -
System Red Green Blue C M Y K H S L
Decimal 169 77 196 0.14 0.61 0 0.23 286.39 0.5 0.54
Hex A9 4D C4 E 3D 0 17 11E 32 36
Octal 251 115 304 16 75 0 27 436 62 66
Binary 10101001 1001101 11000100 1110 111101 0 10111 100011110 110010 110110

Color Harmonies of #A94DC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94DC4

Black with #A94DC4

Text Example


Text Example

White with #A94DC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94DC4; }

 p { color: rgb(169,77,196); }

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

background-color css

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

 a { background-color: rgb(169,77,196); }

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

border-color css

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

 span { border-color: rgb(169,77,196); }

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