Html Css Color HEX #A748BD Deep Lilac

📋 copy color: '#A748BD'

red 167 ◦ green 72 ◦ blue 189

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

Shades of Deep Lilac #A748BD

Tints of Deep Lilac #A748BD

RGB

 RED value IS 167 (65.63% from 255) = 39.02%

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

 BLUE value IS 189 (74.22% from 255) = 44.16%

R = 39.02%
G = 16.82%
B = 44.16%

CMYK

 C value IS 0.12

 M value IS 0.62

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A748BD (or 0xA748BD) is known color: Deep Lilac. HEX triplet: A7, 48 and BD. RGB value is (167,72,189). Sum of RGB (Red+Green+Blue) = 167+72+189=428 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.02% from 428); Green value is 72 (28.52% from 255 or 16.82% from 428); Blue value is 189 (74.22% from 255 or 44.16% from 428); Max value from RGB is 189 - color contains mainly: blue. Hex color #A748BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A748BD is #58B742. Grayscale: #717171. Windows color (decimal): -5814083 or 12404903. OLE color: 12404903.

HSL color Cylindrical-coordinate representation of color #A748BD: hue angle of 288.72º degrees, saturation: 0.47, 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 #A748BD is Cyan = 0.12, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 167 72 189 -
CMYK 0.12 0.62 0 0.26
HSL 288.72º 0.47% 0.51% -
HSV(B) 288.72º 0.62% 0.74% -
XYZ 27.44 16.52 49.89 -
YUV 113.74 170.47 165.99 -
System Red Green Blue C M Y K H S L
Decimal 167 72 189 0.12 0.62 0 0.26 288.72 0.47 0.51
Hex A7 48 BD C 3E 0 1A 121 2F 33
Octal 247 110 275 14 76 0 32 441 57 63
Binary 10100111 1001000 10111101 1100 111110 0 11010 100100001 101111 110011

Color Harmonies of #A748BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A748BD

Black with #A748BD

Text Example


Text Example

White with #A748BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A748BD; }

 p { color: rgb(167,72,189); }

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

background-color css

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

 a { background-color: rgb(167,72,189); }

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

border-color css

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

 span { border-color: rgb(167,72,189); }

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