Html Css Color HEX #A158CA Deep Lilac

📋 copy color: '#A158CA'

red 161 ◦ green 88 ◦ blue 202

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

Shades of Deep Lilac #A158CA

Tints of Deep Lilac #A158CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 44.79%

R = 35.7%
G = 19.51%
B = 44.79%

CMYK

 C value IS 0.20

 M value IS 0.56

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A158CA (or 0xA158CA) is known color: Deep Lilac. HEX triplet: A1, 58 and CA. RGB value is (161,88,202). Sum of RGB (Red+Green+Blue) = 161+88+202=451 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.70% from 451); Green value is 88 (34.77% from 255 or 19.51% from 451); Blue value is 202 (79.30% from 255 or 44.79% from 451); Max value from RGB is 202 - color contains mainly: blue. Hex color #A158CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A158CA is #5EA735. Grayscale: #7A7A7A. Windows color (decimal): -6203190 or 13260961. OLE color: 13260961.

HSL color Cylindrical-coordinate representation of color #A158CA: hue angle of 278.42º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A158CA is Cyan = 0.20, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 161 88 202 -
CMYK 0.20 0.56 0 0.21
HSL 278.42º 0.52% 0.57% -
HSV(B) 278.42º 0.56% 0.79% -
XYZ 28.85 18.82 57.99 -
YUV 122.82 172.68 155.23 -
System Red Green Blue C M Y K H S L
Decimal 161 88 202 0.20 0.56 0 0.21 278.42 0.52 0.57
Hex A1 58 CA 14 38 0 15 116 34 39
Octal 241 130 312 24 70 0 25 426 64 71
Binary 10100001 1011000 11001010 10100 111000 0 10101 100010110 110100 111001

Color Harmonies of #A158CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A158CA

Black with #A158CA

Text Example


Text Example

White with #A158CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A158CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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