Html Css Color HEX #A446BC Deep Lilac

📋 copy color: '#A446BC'

red 164 ◦ green 70 ◦ blue 188

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

Shades of Deep Lilac #A446BC

Tints of Deep Lilac #A446BC

RGB

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

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

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

R = 38.86%
G = 16.59%
B = 44.55%

CMYK

 C value IS 0.13

 M value IS 0.63

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A446BC (or 0xA446BC) is known color: Deep Lilac. HEX triplet: A4, 46 and BC. RGB value is (164,70,188). Sum of RGB (Red+Green+Blue) = 164+70+188=422 (55% of max value = 765). Red value is 164 (64.45% from 255 or 38.86% from 422); Green value is 70 (27.73% from 255 or 16.59% from 422); Blue value is 188 (73.83% from 255 or 44.55% from 422); Max value from RGB is 188 - color contains mainly: blue. Hex color #A446BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A446BC is #5BB943. Grayscale: #6F6F6F. Windows color (decimal): -6011204 or 12338852. OLE color: 12338852.

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

Color convert

RGB 164 70 188 -
CMYK 0.13 0.63 0 0.26
HSL 287.8º 0.47% 0.51% -
HSV(B) 287.8º 0.63% 0.74% -
XYZ 26.58 15.9 49.25 -
YUV 111.56 171.14 165.41 -
System Red Green Blue C M Y K H S L
Decimal 164 70 188 0.13 0.63 0 0.26 287.8 0.47 0.51
Hex A4 46 BC D 3F 0 1A 120 2F 33
Octal 244 106 274 15 77 0 32 440 57 63
Binary 10100100 1000110 10111100 1101 111111 0 11010 100100000 101111 110011

Color Harmonies of #A446BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A446BC

Black with #A446BC

Text Example


Text Example

White with #A446BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A446BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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