Html Css Color HEX #A14BBB Deep Lilac

📋 copy color: '#A14BBB'

red 161 ◦ green 75 ◦ blue 187

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

Shades of Deep Lilac #A14BBB

Tints of Deep Lilac #A14BBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 44.21%

R = 38.06%
G = 17.73%
B = 44.21%

CMYK

 C value IS 0.14

 M value IS 0.60

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A14BBB (or 0xA14BBB) is known color: Deep Lilac. HEX triplet: A1, 4B and BB. RGB value is (161,75,187). Sum of RGB (Red+Green+Blue) = 161+75+187=423 (56% of max value = 765). Red value is 161 (63.28% from 255 or 38.06% from 423); Green value is 75 (29.69% from 255 or 17.73% from 423); Blue value is 187 (73.44% from 255 or 44.21% from 423); Max value from RGB is 187 - color contains mainly: blue. Hex color #A14BBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A14BBB is #5EB444. Grayscale: #717171. Windows color (decimal): -6206533 or 12274593. OLE color: 12274593.

HSL color Cylindrical-coordinate representation of color #A14BBB: hue angle of 286.07º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A14BBB is Cyan = 0.14, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 161 75 187 -
CMYK 0.14 0.60 0 0.27
HSL 286.07º 0.45% 0.51% -
HSV(B) 286.07º 0.6% 0.73% -
XYZ 26.18 16.2 48.76 -
YUV 113.48 169.49 161.89 -
System Red Green Blue C M Y K H S L
Decimal 161 75 187 0.14 0.60 0 0.27 286.07 0.45 0.51
Hex A1 4B BB E 3C 0 1B 11E 2D 33
Octal 241 113 273 16 74 0 33 436 55 63
Binary 10100001 1001011 10111011 1110 111100 0 11011 100011110 101101 110011

Color Harmonies of #A14BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14BBB

Black with #A14BBB

Text Example


Text Example

White with #A14BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14BBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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