Html Css Color HEX #A148CA Deep Lilac

📋 copy color: '#A148CA'

red 161 ◦ green 72 ◦ blue 202

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

Shades of Deep Lilac #A148CA

Tints of Deep Lilac #A148CA

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.55%

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

R = 37.01%
G = 16.55%
B = 46.44%

CMYK

 C value IS 0.20

 M value IS 0.64

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A148CA (or 0xA148CA) is known color: Deep Lilac. HEX triplet: A1, 48 and CA. RGB value is (161,72,202). Sum of RGB (Red+Green+Blue) = 161+72+202=435 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.01% from 435); Green value is 72 (28.52% from 255 or 16.55% from 435); Blue value is 202 (79.30% from 255 or 46.44% from 435); Max value from RGB is 202 - color contains mainly: blue. Hex color #A148CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A148CA is #5EB735. Grayscale: #717171. Windows color (decimal): -6207286 or 13256865. OLE color: 13256865.

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

Color convert

RGB 161 72 202 -
CMYK 0.20 0.64 0 0.21
HSL 281.08º 0.55% 0.54% -
HSV(B) 281.08º 0.64% 0.79% -
XYZ 27.68 16.48 57.6 -
YUV 113.43 177.99 161.93 -
System Red Green Blue C M Y K H S L
Decimal 161 72 202 0.20 0.64 0 0.21 281.08 0.55 0.54
Hex A1 48 CA 14 40 0 15 119 37 36
Octal 241 110 312 24 100 0 25 431 67 66
Binary 10100001 1001000 11001010 10100 1000000 0 10101 100011001 110111 110110

Color Harmonies of #A148CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A148CA

Black with #A148CA

Text Example


Text Example

White with #A148CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A148CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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