Html Css Color HEX #A145BB Deep Lilac

📋 copy color: '#A145BB'

red 161 ◦ green 69 ◦ blue 187

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

Shades of Deep Lilac #A145BB

Tints of Deep Lilac #A145BB

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.55%

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

R = 38.61%
G = 16.55%
B = 44.84%

CMYK

 C value IS 0.14

 M value IS 0.63

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A145BB (or 0xA145BB) is known color: Deep Lilac. HEX triplet: A1, 45 and BB. RGB value is (161,69,187). Sum of RGB (Red+Green+Blue) = 161+69+187=417 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.61% from 417); Green value is 69 (27.34% from 255 or 16.55% from 417); Blue value is 187 (73.44% from 255 or 44.84% from 417); Max value from RGB is 187 - color contains mainly: blue. Hex color #A145BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A145BB is #5EBA44. Grayscale: #6D6D6D. Windows color (decimal): -6208069 or 12273057. OLE color: 12273057.

HSL color Cylindrical-coordinate representation of color #A145BB: hue angle of 286.78º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A145BB is Cyan = 0.14, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 161 69 187 -
CMYK 0.14 0.63 0 0.27
HSL 286.78º 0.46% 0.5% -
HSV(B) 286.78º 0.63% 0.73% -
XYZ 25.8 15.42 48.63 -
YUV 109.96 171.48 164.41 -
System Red Green Blue C M Y K H S L
Decimal 161 69 187 0.14 0.63 0 0.27 286.78 0.46 0.5
Hex A1 45 BB E 3F 0 1B 11F 2E 32
Octal 241 105 273 16 77 0 33 437 56 62
Binary 10100001 1000101 10111011 1110 111111 0 11011 100011111 101110 110010

Color Harmonies of #A145BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A145BB

Black with #A145BB

Text Example


Text Example

White with #A145BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A145BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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