Html Css Color HEX #A145BD Deep Lilac

📋 copy color: '#A145BD'

red 161 ◦ green 69 ◦ blue 189

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

Shades of Deep Lilac #A145BD

Tints of Deep Lilac #A145BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 45.11%

R = 38.42%
G = 16.47%
B = 45.11%

CMYK

 C value IS 0.15

 M value IS 0.63

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A145BD (or 0xA145BD) is known color: Deep Lilac. HEX triplet: A1, 45 and BD. RGB value is (161,69,189). Sum of RGB (Red+Green+Blue) = 161+69+189=419 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.42% from 419); Green value is 69 (27.34% from 255 or 16.47% from 419); Blue value is 189 (74.22% from 255 or 45.11% from 419); Max value from RGB is 189 - color contains mainly: blue. Hex color #A145BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A145BD is #5EBA42. Grayscale: #6D6D6D. Windows color (decimal): -6208067 or 12404129. OLE color: 12404129.

HSL color Cylindrical-coordinate representation of color #A145BD: hue angle of 286º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A145BD is Cyan = 0.15, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 161 69 189 -
CMYK 0.15 0.63 0 0.26
HSL 286º 0.48% 0.51% -
HSV(B) 286º 0.63% 0.74% -
XYZ 26.01 15.51 49.77 -
YUV 110.19 172.48 164.24 -
System Red Green Blue C M Y K H S L
Decimal 161 69 189 0.15 0.63 0 0.26 286 0.48 0.51
Hex A1 45 BD F 3F 0 1A 11E 30 33
Octal 241 105 275 17 77 0 32 436 60 63
Binary 10100001 1000101 10111101 1111 111111 0 11010 100011110 110000 110011

Color Harmonies of #A145BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A145BD

Black with #A145BD

Text Example


Text Example

White with #A145BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A145BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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