Html Css Color HEX #A15FC0 Deep Lilac

📋 copy color: '#A15FC0'

red 161 ◦ green 95 ◦ blue 192

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

Shades of Deep Lilac #A15FC0

Tints of Deep Lilac #A15FC0

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.21%

 BLUE value IS 192 (75.39% from 255) = 42.86%

R = 35.94%
G = 21.21%
B = 42.86%

CMYK

 C value IS 0.16

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A15FC0 (or 0xA15FC0) is known color: Deep Lilac. HEX triplet: A1, 5F and C0. RGB value is (161,95,192). Sum of RGB (Red+Green+Blue) = 161+95+192=448 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.94% from 448); Green value is 95 (37.5% from 255 or 21.21% from 448); Blue value is 192 (75.39% from 255 or 42.86% from 448); Max value from RGB is 192 - color contains mainly: blue. Hex color #A15FC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A15FC0 is #5EA03F. Grayscale: #7D7D7D. Windows color (decimal): -6201408 or 12607393. OLE color: 12607393.

HSL color Cylindrical-coordinate representation of color #A15FC0: hue angle of 280.82º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A15FC0 is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 161 95 192 -
CMYK 0.16 0.51 0 0.25
HSL 280.82º 0.43% 0.56% -
HSV(B) 280.82º 0.51% 0.75% -
XYZ 28.3 19.57 52.15 -
YUV 125.79 165.37 153.11 -
System Red Green Blue C M Y K H S L
Decimal 161 95 192 0.16 0.51 0 0.25 280.82 0.43 0.56
Hex A1 5F C0 10 33 0 19 119 2B 38
Octal 241 137 300 20 63 0 31 431 53 70
Binary 10100001 1011111 11000000 10000 110011 0 11001 100011001 101011 111000

Color Harmonies of #A15FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15FC0

Black with #A15FC0

Text Example


Text Example

White with #A15FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15FC0; }

 p { color: rgb(161,95,192); }

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

background-color css

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

 a { background-color: rgb(161,95,192); }

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

border-color css

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

 span { border-color: rgb(161,95,192); }

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