Html Css Color HEX #A14CBF Deep Lilac

📋 copy color: '#A14CBF'

red 161 ◦ green 76 ◦ blue 191

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

Shades of Deep Lilac #A14CBF

Tints of Deep Lilac #A14CBF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.76%

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

R = 37.62%
G = 17.76%
B = 44.63%

CMYK

 C value IS 0.16

 M value IS 0.60

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A14CBF (or 0xA14CBF) is known color: Deep Lilac. HEX triplet: A1, 4C and BF. RGB value is (161,76,191). Sum of RGB (Red+Green+Blue) = 161+76+191=428 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.62% from 428); Green value is 76 (30.08% from 255 or 17.76% from 428); Blue value is 191 (75% from 255 or 44.63% from 428); Max value from RGB is 191 - color contains mainly: blue. Hex color #A14CBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A14CBF is #5EB340. Grayscale: #727272. Windows color (decimal): -6206273 or 12536993. OLE color: 12536993.

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

Color convert

RGB 161 76 191 -
CMYK 0.16 0.60 0 0.25
HSL 284.35º 0.47% 0.52% -
HSV(B) 284.35º 0.6% 0.75% -
XYZ 26.69 16.51 51.07 -
YUV 114.53 171.16 161.15 -
System Red Green Blue C M Y K H S L
Decimal 161 76 191 0.16 0.60 0 0.25 284.35 0.47 0.52
Hex A1 4C BF 10 3C 0 19 11C 2F 34
Octal 241 114 277 20 74 0 31 434 57 64
Binary 10100001 1001100 10111111 10000 111100 0 11001 100011100 101111 110100

Color Harmonies of #A14CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14CBF

Black with #A14CBF

Text Example


Text Example

White with #A14CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14CBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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