Html Css Color HEX #A645C1 Deep Lilac

📋 copy color: '#A645C1'

red 166 ◦ green 69 ◦ blue 193

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

Shades of Deep Lilac #A645C1

Tints of Deep Lilac #A645C1

RGB

 RED value IS 166 (65.23% from 255) = 38.79%

 GREEN value IS 69 (27.34% from 255) = 16.12%

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

R = 38.79%
G = 16.12%
B = 45.09%

CMYK

 C value IS 0.14

 M value IS 0.64

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A645C1 (or 0xA645C1) is known color: Deep Lilac. HEX triplet: A6, 45 and C1. RGB value is (166,69,193). Sum of RGB (Red+Green+Blue) = 166+69+193=428 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.79% from 428); Green value is 69 (27.34% from 255 or 16.12% from 428); Blue value is 193 (75.78% from 255 or 45.09% from 428); Max value from RGB is 193 - color contains mainly: blue. Hex color #A645C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A645C1 is #59BA3E. Grayscale: #6F6F6F. Windows color (decimal): -5880383 or 12666278. OLE color: 12666278.

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

Color convert

RGB 166 69 193 -
CMYK 0.14 0.64 0 0.24
HSL 286.94º 0.5% 0.51% -
HSV(B) 286.94º 0.64% 0.76% -
XYZ 27.48 16.21 52.13 -
YUV 112.14 173.64 166.42 -
System Red Green Blue C M Y K H S L
Decimal 166 69 193 0.14 0.64 0 0.24 286.94 0.5 0.51
Hex A6 45 C1 E 40 0 18 11F 32 33
Octal 246 105 301 16 100 0 30 437 62 63
Binary 10100110 1000101 11000001 1110 1000000 0 11000 100011111 110010 110011

Color Harmonies of #A645C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A645C1

Black with #A645C1

Text Example


Text Example

White with #A645C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A645C1; }

 p { color: rgb(166,69,193); }

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

background-color css

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

 a { background-color: rgb(166,69,193); }

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

border-color css

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

 span { border-color: rgb(166,69,193); }

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