Html Css Color HEX #A746BC Deep Lilac

📋 copy color: '#A746BC'

red 167 ◦ green 70 ◦ blue 188

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

Shades of Deep Lilac #A746BC

Tints of Deep Lilac #A746BC

RGB

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

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

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

R = 39.29%
G = 16.47%
B = 44.24%

CMYK

 C value IS 0.11

 M value IS 0.63

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A746BC (or 0xA746BC) is known color: Deep Lilac. HEX triplet: A7, 46 and BC. RGB value is (167,70,188). Sum of RGB (Red+Green+Blue) = 167+70+188=425 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.29% from 425); Green value is 70 (27.73% from 255 or 16.47% from 425); Blue value is 188 (73.83% from 255 or 44.24% from 425); Max value from RGB is 188 - color contains mainly: blue. Hex color #A746BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A746BC is #58B943. Grayscale: #707070. Windows color (decimal): -5814596 or 12338855. OLE color: 12338855.

HSL color Cylindrical-coordinate representation of color #A746BC: hue angle of 289.32º 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 #A746BC is Cyan = 0.11, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 167 70 188 -
CMYK 0.11 0.63 0 0.26
HSL 289.32º 0.47% 0.51% -
HSV(B) 289.32º 0.63% 0.74% -
XYZ 27.2 16.23 49.28 -
YUV 112.46 170.64 166.91 -
System Red Green Blue C M Y K H S L
Decimal 167 70 188 0.11 0.63 0 0.26 289.32 0.47 0.51
Hex A7 46 BC B 3F 0 1A 121 2F 33
Octal 247 106 274 13 77 0 32 441 57 63
Binary 10100111 1000110 10111100 1011 111111 0 11010 100100001 101111 110011

Color Harmonies of #A746BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A746BC

Black with #A746BC

Text Example


Text Example

White with #A746BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A746BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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