Html Css Color HEX #A148CC Deep Lilac

📋 copy color: '#A148CC'

red 161 ◦ green 72 ◦ blue 204

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

Shades of Deep Lilac #A148CC

Tints of Deep Lilac #A148CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 46.68%

R = 36.84%
G = 16.48%
B = 46.68%

CMYK

 C value IS 0.21

 M value IS 0.65

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A148CC (or 0xA148CC) is known color: Deep Lilac. HEX triplet: A1, 48 and CC. RGB value is (161,72,204). Sum of RGB (Red+Green+Blue) = 161+72+204=437 (57% of max value = 765). Red value is 161 (63.28% from 255 or 36.84% from 437); Green value is 72 (28.52% from 255 or 16.48% from 437); Blue value is 204 (80.08% from 255 or 46.68% from 437); Max value from RGB is 204 - color contains mainly: blue. Hex color #A148CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A148CC is #5EB733. Grayscale: #717171. Windows color (decimal): -6207284 or 13387937. OLE color: 13387937.

HSL color Cylindrical-coordinate representation of color #A148CC: hue angle of 280.45º 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 #A148CC is Cyan = 0.21, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 161 72 204 -
CMYK 0.21 0.65 0 0.2
HSL 280.45º 0.56% 0.54% -
HSV(B) 280.45º 0.65% 0.8% -
XYZ 27.91 16.57 58.85 -
YUV 113.66 178.99 161.77 -
System Red Green Blue C M Y K H S L
Decimal 161 72 204 0.21 0.65 0 0.2 280.45 0.56 0.54
Hex A1 48 CC 15 41 0 14 118 38 36
Octal 241 110 314 25 101 0 24 430 70 66
Binary 10100001 1001000 11001100 10101 1000001 0 10100 100011000 111000 110110

Color Harmonies of #A148CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A148CC

Black with #A148CC

Text Example


Text Example

White with #A148CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A148CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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