Html Css Color HEX #A746BF Deep Lilac

📋 copy color: '#A746BF'

red 167 ◦ green 70 ◦ blue 191

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

Shades of Deep Lilac #A746BF

Tints of Deep Lilac #A746BF

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.36%

 BLUE value IS 191 (75% from 255) = 44.63%

R = 39.02%
G = 16.36%
B = 44.63%

CMYK

 C value IS 0.13

 M value IS 0.63

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A746BF (or 0xA746BF) is known color: Deep Lilac. HEX triplet: A7, 46 and BF. RGB value is (167,70,191). Sum of RGB (Red+Green+Blue) = 167+70+191=428 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.02% from 428); Green value is 70 (27.73% from 255 or 16.36% from 428); Blue value is 191 (75% from 255 or 44.63% from 428); Max value from RGB is 191 - color contains mainly: blue. Hex color #A746BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A746BF is #58B940. Grayscale: #707070. Windows color (decimal): -5814593 or 12535463. OLE color: 12535463.

HSL color Cylindrical-coordinate representation of color #A746BF: hue angle of 288.1º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A746BF is Cyan = 0.13, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 167 70 191 -
CMYK 0.13 0.63 0 0.25
HSL 288.1º 0.49% 0.51% -
HSV(B) 288.1º 0.63% 0.75% -
XYZ 27.53 16.36 51 -
YUV 112.8 172.14 166.66 -
System Red Green Blue C M Y K H S L
Decimal 167 70 191 0.13 0.63 0 0.25 288.1 0.49 0.51
Hex A7 46 BF D 3F 0 19 120 31 33
Octal 247 106 277 15 77 0 31 440 61 63
Binary 10100111 1000110 10111111 1101 111111 0 11001 100100000 110001 110011

Color Harmonies of #A746BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A746BF

Black with #A746BF

Text Example


Text Example

White with #A746BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A746BF; }

 p { color: rgb(167,70,191); }

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

background-color css

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

 a { background-color: rgb(167,70,191); }

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

border-color css

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

 span { border-color: rgb(167,70,191); }

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