Html Css Color HEX #A44FCC Deep Lilac

📋 copy color: '#A44FCC'

red 164 ◦ green 79 ◦ blue 204

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

Shades of Deep Lilac #A44FCC

Tints of Deep Lilac #A44FCC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.67%

 BLUE value IS 204 (80.08% from 255) = 45.64%

R = 36.69%
G = 17.67%
B = 45.64%

CMYK

 C value IS 0.20

 M value IS 0.61

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A44FCC (or 0xA44FCC) is known color: Deep Lilac. HEX triplet: A4, 4F and CC. RGB value is (164,79,204). Sum of RGB (Red+Green+Blue) = 164+79+204=447 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.69% from 447); Green value is 79 (31.25% from 255 or 17.67% from 447); Blue value is 204 (80.08% from 255 or 45.64% from 447); Max value from RGB is 204 - color contains mainly: blue. Hex color #A44FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A44FCC is #5BB033. Grayscale: #767676. Windows color (decimal): -6008884 or 13389732. OLE color: 13389732.

HSL color Cylindrical-coordinate representation of color #A44FCC: hue angle of 280.8º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A44FCC is Cyan = 0.20, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 164 79 204 -
CMYK 0.20 0.61 0 0.2
HSL 280.8º 0.55% 0.55% -
HSV(B) 280.8º 0.61% 0.8% -
XYZ 29 17.84 59.04 -
YUV 118.67 176.16 160.34 -
System Red Green Blue C M Y K H S L
Decimal 164 79 204 0.20 0.61 0 0.2 280.8 0.55 0.55
Hex A4 4F CC 14 3D 0 14 119 37 37
Octal 244 117 314 24 75 0 24 431 67 67
Binary 10100100 1001111 11001100 10100 111101 0 10100 100011001 110111 110111

Color Harmonies of #A44FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44FCC

Black with #A44FCC

Text Example


Text Example

White with #A44FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44FCC; }

 p { color: rgb(164,79,204); }

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

background-color css

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

 a { background-color: rgb(164,79,204); }

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

border-color css

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

 span { border-color: rgb(164,79,204); }

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