Html Css Color HEX #A14ABC Deep Lilac

📋 copy color: '#A14ABC'

red 161 ◦ green 74 ◦ blue 188

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

Shades of Deep Lilac #A14ABC

Tints of Deep Lilac #A14ABC

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.49%

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

R = 38.06%
G = 17.49%
B = 44.44%

CMYK

 C value IS 0.14

 M value IS 0.61

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A14ABC (or 0xA14ABC) is known color: Deep Lilac. HEX triplet: A1, 4A and BC. RGB value is (161,74,188). Sum of RGB (Red+Green+Blue) = 161+74+188=423 (56% of max value = 765). Red value is 161 (63.28% from 255 or 38.06% from 423); Green value is 74 (29.30% from 255 or 17.49% from 423); Blue value is 188 (73.83% from 255 or 44.44% from 423); Max value from RGB is 188 - color contains mainly: blue. Hex color #A14ABC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A14ABC is #5EB543. Grayscale: #707070. Windows color (decimal): -6206788 or 12339873. OLE color: 12339873.

HSL color Cylindrical-coordinate representation of color #A14ABC: hue angle of 285.79º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A14ABC is Cyan = 0.14, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 161 74 188 -
CMYK 0.14 0.61 0 0.26
HSL 285.79º 0.46% 0.51% -
HSV(B) 285.79º 0.61% 0.74% -
XYZ 26.22 16.11 49.3 -
YUV 113.01 170.32 162.23 -
System Red Green Blue C M Y K H S L
Decimal 161 74 188 0.14 0.61 0 0.26 285.79 0.46 0.51
Hex A1 4A BC E 3D 0 1A 11E 2E 33
Octal 241 112 274 16 75 0 32 436 56 63
Binary 10100001 1001010 10111100 1110 111101 0 11010 100011110 101110 110011

Color Harmonies of #A14ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14ABC

Black with #A14ABC

Text Example


Text Example

White with #A14ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14ABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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