Html Css Color HEX #A940B5 Deep Lilac

📋 copy color: '#A940B5'

red 169 ◦ green 64 ◦ blue 181

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

Shades of Deep Lilac #A940B5

Tints of Deep Lilac #A940B5

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.46%

 BLUE value IS 181 (71.09% from 255) = 43.72%

R = 40.82%
G = 15.46%
B = 43.72%

CMYK

 C value IS 0.07

 M value IS 0.65

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A940B5 (or 0xA940B5) is known color: Deep Lilac. HEX triplet: A9, 40 and B5. RGB value is (169,64,181). Sum of RGB (Red+Green+Blue) = 169+64+181=414 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.82% from 414); Green value is 64 (25.39% from 255 or 15.46% from 414); Blue value is 181 (71.09% from 255 or 43.72% from 414); Max value from RGB is 181 - color contains mainly: blue. Hex color #A940B5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A940B5 is #56BF4A. Grayscale: #6C6C6C. Windows color (decimal): -5685067 or 11878569. OLE color: 11878569.

HSL color Cylindrical-coordinate representation of color #A940B5: hue angle of 293.85º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A940B5 is Cyan = 0.07, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 169 64 181 -
CMYK 0.07 0.65 0 0.29
HSL 293.85º 0.48% 0.48% -
HSV(B) 293.85º 0.65% 0.71% -
XYZ 26.54 15.44 45.3 -
YUV 108.73 168.79 170.99 -
System Red Green Blue C M Y K H S L
Decimal 169 64 181 0.07 0.65 0 0.29 293.85 0.48 0.48
Hex A9 40 B5 7 41 0 1D 126 30 30
Octal 251 100 265 7 101 0 35 446 60 60
Binary 10101001 1000000 10110101 111 1000001 0 11101 100100110 110000 110000

Color Harmonies of #A940B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A940B5

Black with #A940B5

Text Example


Text Example

White with #A940B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A940B5; }

 p { color: rgb(169,64,181); }

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

background-color css

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

 a { background-color: rgb(169,64,181); }

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

border-color css

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

 span { border-color: rgb(169,64,181); }

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