Html Css Color HEX #A148BC Deep Lilac

📋 copy color: '#A148BC'

red 161 ◦ green 72 ◦ blue 188

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

Shades of Deep Lilac #A148BC

Tints of Deep Lilac #A148BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 44.66%

R = 38.24%
G = 17.1%
B = 44.66%

CMYK

 C value IS 0.14

 M value IS 0.62

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A148BC (or 0xA148BC) is known color: Deep Lilac. HEX triplet: A1, 48 and BC. RGB value is (161,72,188). Sum of RGB (Red+Green+Blue) = 161+72+188=421 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.24% from 421); Green value is 72 (28.52% from 255 or 17.10% from 421); Blue value is 188 (73.83% from 255 or 44.66% from 421); Max value from RGB is 188 - color contains mainly: blue. Hex color #A148BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A148BC is #5EB743. Grayscale: #6F6F6F. Windows color (decimal): -6207300 or 12339361. OLE color: 12339361.

HSL color Cylindrical-coordinate representation of color #A148BC: hue angle of 286.03º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A148BC is Cyan = 0.14, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 161 72 188 -
CMYK 0.14 0.62 0 0.26
HSL 286.03º 0.46% 0.51% -
HSV(B) 286.03º 0.62% 0.74% -
XYZ 26.09 15.84 49.26 -
YUV 111.84 170.99 163.07 -
System Red Green Blue C M Y K H S L
Decimal 161 72 188 0.14 0.62 0 0.26 286.03 0.46 0.51
Hex A1 48 BC E 3E 0 1A 11E 2E 33
Octal 241 110 274 16 76 0 32 436 56 63
Binary 10100001 1001000 10111100 1110 111110 0 11010 100011110 101110 110011

Color Harmonies of #A148BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A148BC

Black with #A148BC

Text Example


Text Example

White with #A148BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A148BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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