Html Css Color HEX #A14BCD Deep Lilac

📋 copy color: '#A14BCD'

red 161 ◦ green 75 ◦ blue 205

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

Shades of Deep Lilac #A14BCD

Tints of Deep Lilac #A14BCD

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.01%

 BLUE value IS 205 (80.47% from 255) = 46.49%

R = 36.51%
G = 17.01%
B = 46.49%

CMYK

 C value IS 0.21

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A14BCD (or 0xA14BCD) is known color: Deep Lilac. HEX triplet: A1, 4B and CD. RGB value is (161,75,205). Sum of RGB (Red+Green+Blue) = 161+75+205=441 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.51% from 441); Green value is 75 (29.69% from 255 or 17.01% from 441); Blue value is 205 (80.47% from 255 or 46.49% from 441); Max value from RGB is 205 - color contains mainly: blue. Hex color #A14BCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A14BCD is #5EB432. Grayscale: #737373. Windows color (decimal): -6206515 or 13454241. OLE color: 13454241.

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

Color convert

RGB 161 75 205 -
CMYK 0.21 0.63 0 0.20
HSL 279.69º 0.57% 0.55% -
HSV(B) 279.69º 0.63% 0.8% -
XYZ 28.23 17.02 59.55 -
YUV 115.53 178.49 160.43 -
System Red Green Blue C M Y K H S L
Decimal 161 75 205 0.21 0.63 0 0.20 279.69 0.57 0.55
Hex A1 4B CD 15 3F 0 14 118 39 37
Octal 241 113 315 25 77 0 24 430 71 67
Binary 10100001 1001011 11001101 10101 111111 0 10100 100011000 111001 110111

Color Harmonies of #A14BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14BCD

Black with #A14BCD

Text Example


Text Example

White with #A14BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14BCD; }

 p { color: rgb(161,75,205); }

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

background-color css

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

 a { background-color: rgb(161,75,205); }

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

border-color css

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

 span { border-color: rgb(161,75,205); }

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