Html Css Color HEX #A940BC Deep Lilac

📋 copy color: '#A940BC'

red 169 ◦ green 64 ◦ blue 188

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

Shades of Deep Lilac #A940BC

Tints of Deep Lilac #A940BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 44.66%

R = 40.14%
G = 15.2%
B = 44.66%

CMYK

 C value IS 0.10

 M value IS 0.66

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A940BC (or 0xA940BC) is known color: Deep Lilac. HEX triplet: A9, 40 and BC. RGB value is (169,64,188). Sum of RGB (Red+Green+Blue) = 169+64+188=421 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.14% from 421); Green value is 64 (25.39% from 255 or 15.20% from 421); Blue value is 188 (73.83% from 255 or 44.66% from 421); Max value from RGB is 188 - color contains mainly: blue. Hex color #A940BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A940BC is #56BF43. Grayscale: #6D6D6D. Windows color (decimal): -5685060 or 12337321. OLE color: 12337321.

HSL color Cylindrical-coordinate representation of color #A940BC: hue angle of 290.81º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A940BC is Cyan = 0.10, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 169 64 188 -
CMYK 0.10 0.66 0 0.26
HSL 290.81º 0.49% 0.49% -
HSV(B) 290.81º 0.66% 0.74% -
XYZ 27.27 15.73 49.18 -
YUV 109.53 172.29 170.42 -
System Red Green Blue C M Y K H S L
Decimal 169 64 188 0.10 0.66 0 0.26 290.81 0.49 0.49
Hex A9 40 BC A 42 0 1A 123 31 31
Octal 251 100 274 12 102 0 32 443 61 61
Binary 10101001 1000000 10111100 1010 1000010 0 11010 100100011 110001 110001

Color Harmonies of #A940BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A940BC

Black with #A940BC

Text Example


Text Example

White with #A940BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A940BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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