Html Css Color HEX #A14ABD Deep Lilac

📋 copy color: '#A14ABD'

red 161 ◦ green 74 ◦ blue 189

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

Shades of Deep Lilac #A14ABD

Tints of Deep Lilac #A14ABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 44.58%

R = 37.97%
G = 17.45%
B = 44.58%

CMYK

 C value IS 0.15

 M value IS 0.61

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A14ABD (or 0xA14ABD) is known color: Deep Lilac. HEX triplet: A1, 4A and BD. RGB value is (161,74,189). Sum of RGB (Red+Green+Blue) = 161+74+189=424 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.97% from 424); Green value is 74 (29.30% from 255 or 17.45% from 424); Blue value is 189 (74.22% from 255 or 44.58% from 424); Max value from RGB is 189 - color contains mainly: blue. Hex color #A14ABD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A14ABD is #5EB542. Grayscale: #707070. Windows color (decimal): -6206787 or 12405409. OLE color: 12405409.

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

Color convert

RGB 161 74 189 -
CMYK 0.15 0.61 0 0.26
HSL 285.39º 0.47% 0.52% -
HSV(B) 285.39º 0.61% 0.74% -
XYZ 26.33 16.15 49.87 -
YUV 113.12 170.82 162.15 -
System Red Green Blue C M Y K H S L
Decimal 161 74 189 0.15 0.61 0 0.26 285.39 0.47 0.52
Hex A1 4A BD F 3D 0 1A 11D 2F 34
Octal 241 112 275 17 75 0 32 435 57 64
Binary 10100001 1001010 10111101 1111 111101 0 11010 100011101 101111 110100

Color Harmonies of #A14ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14ABD

Black with #A14ABD

Text Example


Text Example

White with #A14ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14ABD; }

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

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

background-color css

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

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

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

border-color css

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

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

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