Html Css Color HEX #A746C1 Deep Lilac

📋 copy color: '#A746C1'

red 167 ◦ green 70 ◦ blue 193

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

Shades of Deep Lilac #A746C1

Tints of Deep Lilac #A746C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 44.88%

R = 38.84%
G = 16.28%
B = 44.88%

CMYK

 C value IS 0.13

 M value IS 0.64

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A746C1 (or 0xA746C1) is known color: Deep Lilac. HEX triplet: A7, 46 and C1. RGB value is (167,70,193). Sum of RGB (Red+Green+Blue) = 167+70+193=430 (56% of max value = 765). Red value is 167 (65.62% from 255 or 38.84% from 430); Green value is 70 (27.73% from 255 or 16.28% from 430); Blue value is 193 (75.78% from 255 or 44.88% from 430); Max value from RGB is 193 - color contains mainly: blue. Hex color #A746C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A746C1 is #58B93E. Grayscale: #707070. Windows color (decimal): -5814591 or 12666535. OLE color: 12666535.

HSL color Cylindrical-coordinate representation of color #A746C1: hue angle of 287.32º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A746C1 is Cyan = 0.13, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 167 70 193 -
CMYK 0.13 0.64 0 0.24
HSL 287.32º 0.5% 0.52% -
HSV(B) 287.32º 0.64% 0.76% -
XYZ 27.75 16.45 52.16 -
YUV 113.03 173.14 166.5 -
System Red Green Blue C M Y K H S L
Decimal 167 70 193 0.13 0.64 0 0.24 287.32 0.5 0.52
Hex A7 46 C1 D 40 0 18 11F 32 34
Octal 247 106 301 15 100 0 30 437 62 64
Binary 10100111 1000110 11000001 1101 1000000 0 11000 100011111 110010 110100

Color Harmonies of #A746C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A746C1

Black with #A746C1

Text Example


Text Example

White with #A746C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A746C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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