Html Css Color HEX #A158AF Deep Lilac

📋 copy color: '#A158AF'

red 161 ◦ green 88 ◦ blue 175

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

Shades of Deep Lilac #A158AF

Tints of Deep Lilac #A158AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 41.27%

R = 37.97%
G = 20.75%
B = 41.27%

CMYK

 C value IS 0.08

 M value IS 0.50

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A158AF (or 0xA158AF) is known color: Deep Lilac. HEX triplet: A1, 58 and AF. RGB value is (161,88,175). Sum of RGB (Red+Green+Blue) = 161+88+175=424 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.97% from 424); Green value is 88 (34.77% from 255 or 20.75% from 424); Blue value is 175 (68.75% from 255 or 41.27% from 424); Max value from RGB is 175 - color contains mainly: blue. Hex color #A158AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A158AF is #5EA750. Grayscale: #777777. Windows color (decimal): -6203217 or 11491489. OLE color: 11491489.

HSL color Cylindrical-coordinate representation of color #A158AF: hue angle of 290.34º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A158AF is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 161 88 175 -
CMYK 0.08 0.50 0 0.31
HSL 290.34º 0.35% 0.52% -
HSV(B) 290.34º 0.5% 0.69% -
XYZ 25.93 17.65 42.6 -
YUV 119.75 159.18 157.43 -
System Red Green Blue C M Y K H S L
Decimal 161 88 175 0.08 0.50 0 0.31 290.34 0.35 0.52
Hex A1 58 AF 8 32 0 1F 122 23 34
Octal 241 130 257 10 62 0 37 442 43 64
Binary 10100001 1011000 10101111 1000 110010 0 11111 100100010 100011 110100

Color Harmonies of #A158AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A158AF

Black with #A158AF

Text Example


Text Example

White with #A158AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A158AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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