Html Css Color HEX #A14ABF Deep Lilac

📋 copy color: '#A14ABF'

red 161 ◦ green 74 ◦ blue 191

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

Shades of Deep Lilac #A14ABF

Tints of Deep Lilac #A14ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 44.84%

R = 37.79%
G = 17.37%
B = 44.84%

CMYK

 C value IS 0.16

 M value IS 0.61

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A14ABF (or 0xA14ABF) is known color: Deep Lilac. HEX triplet: A1, 4A and BF. RGB value is (161,74,191). Sum of RGB (Red+Green+Blue) = 161+74+191=426 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.79% from 426); Green value is 74 (29.30% from 255 or 17.37% from 426); Blue value is 191 (75% from 255 or 44.84% from 426); Max value from RGB is 191 - color contains mainly: blue. Hex color #A14ABF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A14ABF is #5EB540. Grayscale: #707070. Windows color (decimal): -6206785 or 12536481. OLE color: 12536481.

HSL color Cylindrical-coordinate representation of color #A14ABF: hue angle of 284.62º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A14ABF is Cyan = 0.16, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 161 74 191 -
CMYK 0.16 0.61 0 0.25
HSL 284.62º 0.48% 0.52% -
HSV(B) 284.62º 0.61% 0.75% -
XYZ 26.55 16.24 51.02 -
YUV 113.35 171.82 161.99 -
System Red Green Blue C M Y K H S L
Decimal 161 74 191 0.16 0.61 0 0.25 284.62 0.48 0.52
Hex A1 4A BF 10 3D 0 19 11D 30 34
Octal 241 112 277 20 75 0 31 435 60 64
Binary 10100001 1001010 10111111 10000 111101 0 11001 100011101 110000 110100

Color Harmonies of #A14ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14ABF

Black with #A14ABF

Text Example


Text Example

White with #A14ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14ABF; }

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

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

background-color css

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

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

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

border-color css

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

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

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