Html Css Color HEX #A941BC Deep Lilac

📋 copy color: '#A941BC'

red 169 ◦ green 65 ◦ blue 188

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

Shades of Deep Lilac #A941BC

Tints of Deep Lilac #A941BC

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.4%

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

R = 40.05%
G = 15.4%
B = 44.55%

CMYK

 C value IS 0.10

 M value IS 0.65

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A941BC (or 0xA941BC) is known color: Deep Lilac. HEX triplet: A9, 41 and BC. RGB value is (169,65,188). Sum of RGB (Red+Green+Blue) = 169+65+188=422 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.05% from 422); Green value is 65 (25.78% from 255 or 15.40% from 422); Blue value is 188 (73.83% from 255 or 44.55% from 422); Max value from RGB is 188 - color contains mainly: blue. Hex color #A941BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A941BC is #56BE43. Grayscale: #6D6D6D. Windows color (decimal): -5684804 or 12337577. OLE color: 12337577.

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

Color convert

RGB 169 65 188 -
CMYK 0.10 0.65 0 0.26
HSL 290.73º 0.49% 0.5% -
HSV(B) 290.73º 0.65% 0.74% -
XYZ 27.33 15.85 49.2 -
YUV 110.12 171.96 170 -
System Red Green Blue C M Y K H S L
Decimal 169 65 188 0.10 0.65 0 0.26 290.73 0.49 0.5
Hex A9 41 BC A 41 0 1A 123 31 32
Octal 251 101 274 12 101 0 32 443 61 62
Binary 10101001 1000001 10111100 1010 1000001 0 11010 100100011 110001 110010

Color Harmonies of #A941BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A941BC

Black with #A941BC

Text Example


Text Example

White with #A941BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A941BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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