Html Css Color HEX #A14BCC Deep Lilac

📋 copy color: '#A14BCC'

red 161 ◦ green 75 ◦ blue 204

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

Shades of Deep Lilac #A14BCC

Tints of Deep Lilac #A14BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 46.36%

R = 36.59%
G = 17.05%
B = 46.36%

CMYK

 C value IS 0.21

 M value IS 0.63

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A14BCC (or 0xA14BCC) is known color: Deep Lilac. HEX triplet: A1, 4B and CC. RGB value is (161,75,204). Sum of RGB (Red+Green+Blue) = 161+75+204=440 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.59% from 440); Green value is 75 (29.69% from 255 or 17.05% from 440); Blue value is 204 (80.08% from 255 or 46.36% from 440); Max value from RGB is 204 - color contains mainly: blue. Hex color #A14BCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A14BCC is #5EB433. Grayscale: #727272. Windows color (decimal): -6206516 or 13388705. OLE color: 13388705.

HSL color Cylindrical-coordinate representation of color #A14BCC: hue angle of 280º degrees, saturation: 0.56, 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 #A14BCC is Cyan = 0.21, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 161 75 204 -
CMYK 0.21 0.63 0 0.2
HSL 280º 0.56% 0.55% -
HSV(B) 280º 0.63% 0.8% -
XYZ 28.11 16.97 58.92 -
YUV 115.42 177.99 160.51 -
System Red Green Blue C M Y K H S L
Decimal 161 75 204 0.21 0.63 0 0.2 280 0.56 0.55
Hex A1 4B CC 15 3F 0 14 118 38 37
Octal 241 113 314 25 77 0 24 430 70 67
Binary 10100001 1001011 11001100 10101 111111 0 10100 100011000 111000 110111

Color Harmonies of #A14BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14BCC

Black with #A14BCC

Text Example


Text Example

White with #A14BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14BCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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