Html Css Color HEX #A446C1 Deep Lilac

📋 copy color: '#A446C1'

red 164 ◦ green 70 ◦ blue 193

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

Shades of Deep Lilac #A446C1

Tints of Deep Lilac #A446C1

RGB

 RED value IS 164 (64.45% from 255) = 38.41%

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

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

R = 38.41%
G = 16.39%
B = 45.2%

CMYK

 C value IS 0.15

 M value IS 0.64

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A446C1 (or 0xA446C1) is known color: Deep Lilac. HEX triplet: A4, 46 and C1. RGB value is (164,70,193). Sum of RGB (Red+Green+Blue) = 164+70+193=427 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.41% from 427); Green value is 70 (27.73% from 255 or 16.39% from 427); Blue value is 193 (75.78% from 255 or 45.20% from 427); Max value from RGB is 193 - color contains mainly: blue. Hex color #A446C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A446C1 is #5BB93E. Grayscale: #6F6F6F. Windows color (decimal): -6011199 or 12666532. OLE color: 12666532.

HSL color Cylindrical-coordinate representation of color #A446C1: hue angle of 285.85º 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 #A446C1 is Cyan = 0.15, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 164 70 193 -
CMYK 0.15 0.64 0 0.24
HSL 285.85º 0.5% 0.52% -
HSV(B) 285.85º 0.64% 0.76% -
XYZ 27.13 16.12 52.13 -
YUV 112.13 173.64 165 -
System Red Green Blue C M Y K H S L
Decimal 164 70 193 0.15 0.64 0 0.24 285.85 0.5 0.52
Hex A4 46 C1 F 40 0 18 11E 32 34
Octal 244 106 301 17 100 0 30 436 62 64
Binary 10100100 1000110 11000001 1111 1000000 0 11000 100011110 110010 110100

Color Harmonies of #A446C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A446C1

Black with #A446C1

Text Example


Text Example

White with #A446C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A446C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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