Html Css Color HEX #A748BA Deep Lilac

📋 copy color: '#A748BA'

red 167 ◦ green 72 ◦ blue 186

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

Shades of Deep Lilac #A748BA

Tints of Deep Lilac #A748BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 43.76%

R = 39.29%
G = 16.94%
B = 43.76%

CMYK

 C value IS 0.10

 M value IS 0.61

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A748BA (or 0xA748BA) is known color: Deep Lilac. HEX triplet: A7, 48 and BA. RGB value is (167,72,186). Sum of RGB (Red+Green+Blue) = 167+72+186=425 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.29% from 425); Green value is 72 (28.52% from 255 or 16.94% from 425); Blue value is 186 (73.05% from 255 or 43.76% from 425); Max value from RGB is 186 - color contains mainly: blue. Hex color #A748BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A748BA is #58B745. Grayscale: #717171. Windows color (decimal): -5814086 or 12208295. OLE color: 12208295.

HSL color Cylindrical-coordinate representation of color #A748BA: hue angle of 290º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A748BA is Cyan = 0.10, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 167 72 186 -
CMYK 0.10 0.61 0 0.27
HSL 290º 0.45% 0.51% -
HSV(B) 290º 0.61% 0.73% -
XYZ 27.12 16.4 48.19 -
YUV 113.4 168.97 166.23 -
System Red Green Blue C M Y K H S L
Decimal 167 72 186 0.10 0.61 0 0.27 290 0.45 0.51
Hex A7 48 BA A 3D 0 1B 122 2D 33
Octal 247 110 272 12 75 0 33 442 55 63
Binary 10100111 1001000 10111010 1010 111101 0 11011 100100010 101101 110011

Color Harmonies of #A748BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A748BA

Black with #A748BA

Text Example


Text Example

White with #A748BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A748BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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