Html Css Color HEX #A14FCB Deep Lilac

📋 copy color: '#A14FCB'

red 161 ◦ green 79 ◦ blue 203

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

Shades of Deep Lilac #A14FCB

Tints of Deep Lilac #A14FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 45.82%

R = 36.34%
G = 17.83%
B = 45.82%

CMYK

 C value IS 0.21

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A14FCB (or 0xA14FCB) is known color: Deep Lilac. HEX triplet: A1, 4F and CB. RGB value is (161,79,203). Sum of RGB (Red+Green+Blue) = 161+79+203=443 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.34% from 443); Green value is 79 (31.25% from 255 or 17.83% from 443); Blue value is 203 (79.69% from 255 or 45.82% from 443); Max value from RGB is 203 - color contains mainly: blue. Hex color #A14FCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A14FCB is #5EB034. Grayscale: #757575. Windows color (decimal): -6205493 or 13324193. OLE color: 13324193.

HSL color Cylindrical-coordinate representation of color #A14FCB: hue angle of 279.68º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A14FCB is Cyan = 0.21, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 161 79 203 -
CMYK 0.21 0.61 0 0.20
HSL 279.68º 0.54% 0.55% -
HSV(B) 279.68º 0.61% 0.8% -
XYZ 28.27 17.48 58.38 -
YUV 117.65 176.17 158.92 -
System Red Green Blue C M Y K H S L
Decimal 161 79 203 0.21 0.61 0 0.20 279.68 0.54 0.55
Hex A1 4F CB 15 3D 0 14 118 36 37
Octal 241 117 313 25 75 0 24 430 66 67
Binary 10100001 1001111 11001011 10101 111101 0 10100 100011000 110110 110111

Color Harmonies of #A14FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14FCB

Black with #A14FCB

Text Example


Text Example

White with #A14FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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