Html Css Color HEX #A14FBD Deep Lilac

📋 copy color: '#A14FBD'

red 161 ◦ green 79 ◦ blue 189

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

Shades of Deep Lilac #A14FBD

Tints of Deep Lilac #A14FBD

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18.41%

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

R = 37.53%
G = 18.41%
B = 44.06%

CMYK

 C value IS 0.15

 M value IS 0.58

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A14FBD (or 0xA14FBD) is known color: Deep Lilac. HEX triplet: A1, 4F and BD. RGB value is (161,79,189). Sum of RGB (Red+Green+Blue) = 161+79+189=429 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.53% from 429); Green value is 79 (31.25% from 255 or 18.41% from 429); Blue value is 189 (74.22% from 255 or 44.06% from 429); Max value from RGB is 189 - color contains mainly: blue. Hex color #A14FBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A14FBD is #5EB042. Grayscale: #737373. Windows color (decimal): -6205507 or 12406689. OLE color: 12406689.

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

Color convert

RGB 161 79 189 -
CMYK 0.15 0.58 0 0.26
HSL 284.73º 0.45% 0.53% -
HSV(B) 284.73º 0.58% 0.74% -
XYZ 26.68 16.84 49.99 -
YUV 116.06 169.17 160.06 -
System Red Green Blue C M Y K H S L
Decimal 161 79 189 0.15 0.58 0 0.26 284.73 0.45 0.53
Hex A1 4F BD F 3A 0 1A 11D 2D 35
Octal 241 117 275 17 72 0 32 435 55 65
Binary 10100001 1001111 10111101 1111 111010 0 11010 100011101 101101 110101

Color Harmonies of #A14FBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14FBD

Black with #A14FBD

Text Example


Text Example

White with #A14FBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14FBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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