Html Css Color HEX #A148CB Deep Lilac

📋 copy color: '#A148CB'

red 161 ◦ green 72 ◦ blue 203

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

Shades of Deep Lilac #A148CB

Tints of Deep Lilac #A148CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 46.56%

R = 36.93%
G = 16.51%
B = 46.56%

CMYK

 C value IS 0.21

 M value IS 0.65

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A148CB (or 0xA148CB) is known color: Deep Lilac. HEX triplet: A1, 48 and CB. RGB value is (161,72,203). Sum of RGB (Red+Green+Blue) = 161+72+203=436 (57% of max value = 765). Red value is 161 (63.28% from 255 or 36.93% from 436); Green value is 72 (28.52% from 255 or 16.51% from 436); Blue value is 203 (79.69% from 255 or 46.56% from 436); Max value from RGB is 203 - color contains mainly: blue. Hex color #A148CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A148CB is #5EB734. Grayscale: #717171. Windows color (decimal): -6207285 or 13322401. OLE color: 13322401.

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

Color convert

RGB 161 72 203 -
CMYK 0.21 0.65 0 0.20
HSL 280.76º 0.56% 0.54% -
HSV(B) 280.76º 0.65% 0.8% -
XYZ 27.79 16.52 58.22 -
YUV 113.55 178.49 161.85 -
System Red Green Blue C M Y K H S L
Decimal 161 72 203 0.21 0.65 0 0.20 280.76 0.56 0.54
Hex A1 48 CB 15 41 0 14 119 38 36
Octal 241 110 313 25 101 0 24 431 70 66
Binary 10100001 1001000 11001011 10101 1000001 0 10100 100011001 111000 110110

Color Harmonies of #A148CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A148CB

Black with #A148CB

Text Example


Text Example

White with #A148CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A148CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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