Html Css Color HEX #A14FBE Deep Lilac

📋 copy color: '#A14FBE'

red 161 ◦ green 79 ◦ blue 190

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

Shades of Deep Lilac #A14FBE

Tints of Deep Lilac #A14FBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 44.19%

R = 37.44%
G = 18.37%
B = 44.19%

CMYK

 C value IS 0.15

 M value IS 0.58

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A14FBE (or 0xA14FBE) is known color: Deep Lilac. HEX triplet: A1, 4F and BE. RGB value is (161,79,190). Sum of RGB (Red+Green+Blue) = 161+79+190=430 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.44% from 430); Green value is 79 (31.25% from 255 or 18.37% from 430); Blue value is 190 (74.61% from 255 or 44.19% from 430); Max value from RGB is 190 - color contains mainly: blue. Hex color #A14FBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A14FBE is #5EB041. Grayscale: #737373. Windows color (decimal): -6205506 or 12472225. OLE color: 12472225.

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

Color convert

RGB 161 79 190 -
CMYK 0.15 0.58 0 0.25
HSL 284.32º 0.46% 0.53% -
HSV(B) 284.32º 0.58% 0.75% -
XYZ 26.79 16.89 50.56 -
YUV 116.17 169.67 159.97 -
System Red Green Blue C M Y K H S L
Decimal 161 79 190 0.15 0.58 0 0.25 284.32 0.46 0.53
Hex A1 4F BE F 3A 0 19 11C 2E 35
Octal 241 117 276 17 72 0 31 434 56 65
Binary 10100001 1001111 10111110 1111 111010 0 11001 100011100 101110 110101

Color Harmonies of #A14FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14FBE

Black with #A14FBE

Text Example


Text Example

White with #A14FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14FBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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