Html Css Color HEX #A158B7 Deep Lilac

📋 copy color: '#A158B7'

red 161 ◦ green 88 ◦ blue 183

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

Shades of Deep Lilac #A158B7

Tints of Deep Lilac #A158B7

RGB

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

 GREEN value IS 88 (34.77% from 255) = 20.37%

 BLUE value IS 183 (71.88% from 255) = 42.36%

R = 37.27%
G = 20.37%
B = 42.36%

CMYK

 C value IS 0.12

 M value IS 0.52

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A158B7 (or 0xA158B7) is known color: Deep Lilac. HEX triplet: A1, 58 and B7. RGB value is (161,88,183). Sum of RGB (Red+Green+Blue) = 161+88+183=432 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.27% from 432); Green value is 88 (34.77% from 255 or 20.37% from 432); Blue value is 183 (71.88% from 255 or 42.36% from 432); Max value from RGB is 183 - color contains mainly: blue. Hex color #A158B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A158B7 is #5EA748. Grayscale: #787878. Windows color (decimal): -6203209 or 12015777. OLE color: 12015777.

HSL color Cylindrical-coordinate representation of color #A158B7: hue angle of 286.11º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A158B7 is Cyan = 0.12, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 161 88 183 -
CMYK 0.12 0.52 0 0.28
HSL 286.11º 0.4% 0.53% -
HSV(B) 286.11º 0.52% 0.72% -
XYZ 26.73 17.98 46.86 -
YUV 120.66 163.18 156.78 -
System Red Green Blue C M Y K H S L
Decimal 161 88 183 0.12 0.52 0 0.28 286.11 0.4 0.53
Hex A1 58 B7 C 34 0 1C 11E 28 35
Octal 241 130 267 14 64 0 34 436 50 65
Binary 10100001 1011000 10110111 1100 110100 0 11100 100011110 101000 110101

Color Harmonies of #A158B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A158B7

Black with #A158B7

Text Example


Text Example

White with #A158B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A158B7; }

 p { color: rgb(161,88,183); }

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

background-color css

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

 a { background-color: rgb(161,88,183); }

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

border-color css

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

 span { border-color: rgb(161,88,183); }

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