Html Css Color HEX #A746BD Deep Lilac

📋 copy color: '#A746BD'

red 167 ◦ green 70 ◦ blue 189

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

Shades of Deep Lilac #A746BD

Tints of Deep Lilac #A746BD

RGB

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

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

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

R = 39.2%
G = 16.43%
B = 44.37%

CMYK

 C value IS 0.12

 M value IS 0.63

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A746BD (or 0xA746BD) is known color: Deep Lilac. HEX triplet: A7, 46 and BD. RGB value is (167,70,189). Sum of RGB (Red+Green+Blue) = 167+70+189=426 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.20% from 426); Green value is 70 (27.73% from 255 or 16.43% from 426); Blue value is 189 (74.22% from 255 or 44.37% from 426); Max value from RGB is 189 - color contains mainly: blue. Hex color #A746BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A746BD is #58B942. Grayscale: #707070. Windows color (decimal): -5814595 or 12404391. OLE color: 12404391.

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

Color convert

RGB 167 70 189 -
CMYK 0.12 0.63 0 0.26
HSL 288.91º 0.47% 0.51% -
HSV(B) 288.91º 0.63% 0.74% -
XYZ 27.31 16.27 49.85 -
YUV 112.57 171.14 166.82 -
System Red Green Blue C M Y K H S L
Decimal 167 70 189 0.12 0.63 0 0.26 288.91 0.47 0.51
Hex A7 46 BD C 3F 0 1A 121 2F 33
Octal 247 106 275 14 77 0 32 441 57 63
Binary 10100111 1000110 10111101 1100 111111 0 11010 100100001 101111 110011

Color Harmonies of #A746BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A746BD

Black with #A746BD

Text Example


Text Example

White with #A746BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A746BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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