Html Css Color HEX #A94DBE Deep Lilac

📋 copy color: '#A94DBE'

red 169 ◦ green 77 ◦ blue 190

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

Shades of Deep Lilac #A94DBE

Tints of Deep Lilac #A94DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 43.58%

R = 38.76%
G = 17.66%
B = 43.58%

CMYK

 C value IS 0.11

 M value IS 0.59

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A94DBE (or 0xA94DBE) is known color: Deep Lilac. HEX triplet: A9, 4D and BE. RGB value is (169,77,190). Sum of RGB (Red+Green+Blue) = 169+77+190=436 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.76% from 436); Green value is 77 (30.47% from 255 or 17.66% from 436); Blue value is 190 (74.61% from 255 or 43.58% from 436); Max value from RGB is 190 - color contains mainly: blue. Hex color #A94DBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A94DBE is #56B241. Grayscale: #757575. Windows color (decimal): -5681730 or 12471721. OLE color: 12471721.

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

Color convert

RGB 169 77 190 -
CMYK 0.11 0.59 0 0.25
HSL 288.85º 0.47% 0.52% -
HSV(B) 288.85º 0.59% 0.75% -
XYZ 28.31 17.46 50.59 -
YUV 117.39 168.98 164.81 -
System Red Green Blue C M Y K H S L
Decimal 169 77 190 0.11 0.59 0 0.25 288.85 0.47 0.52
Hex A9 4D BE B 3B 0 19 121 2F 34
Octal 251 115 276 13 73 0 31 441 57 64
Binary 10101001 1001101 10111110 1011 111011 0 11001 100100001 101111 110100

Color Harmonies of #A94DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94DBE

Black with #A94DBE

Text Example


Text Example

White with #A94DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94DBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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