Html Css Color HEX #A140BC Deep Lilac

📋 copy color: '#A140BC'

red 161 ◦ green 64 ◦ blue 188

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

Shades of Deep Lilac #A140BC

Tints of Deep Lilac #A140BC

RGB

 RED value IS 161 (63.28% from 255) = 38.98%

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

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

R = 38.98%
G = 15.5%
B = 45.52%

CMYK

 C value IS 0.14

 M value IS 0.66

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A140BC (or 0xA140BC) is known color: Deep Lilac. HEX triplet: A1, 40 and BC. RGB value is (161,64,188). Sum of RGB (Red+Green+Blue) = 161+64+188=413 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.98% from 413); Green value is 64 (25.39% from 255 or 15.50% from 413); Blue value is 188 (73.83% from 255 or 45.52% from 413); Max value from RGB is 188 - color contains mainly: blue. Hex color #A140BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A140BC is #5EBF43. Grayscale: #6A6A6A. Windows color (decimal): -6209348 or 12337313. OLE color: 12337313.

HSL color Cylindrical-coordinate representation of color #A140BC: hue angle of 286.94º 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 #A140BC is Cyan = 0.14, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 161 64 188 -
CMYK 0.14 0.66 0 0.26
HSL 286.94º 0.49% 0.49% -
HSV(B) 286.94º 0.66% 0.74% -
XYZ 25.61 14.87 49.1 -
YUV 107.14 173.64 166.42 -
System Red Green Blue C M Y K H S L
Decimal 161 64 188 0.14 0.66 0 0.26 286.94 0.49 0.49
Hex A1 40 BC E 42 0 1A 11F 31 31
Octal 241 100 274 16 102 0 32 437 61 61
Binary 10100001 1000000 10111100 1110 1000010 0 11010 100011111 110001 110001

Color Harmonies of #A140BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A140BC

Black with #A140BC

Text Example


Text Example

White with #A140BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A140BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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