Html Css Color HEX #A44FCF Deep Lilac

📋 copy color: '#A44FCF'

red 164 ◦ green 79 ◦ blue 207

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

Shades of Deep Lilac #A44FCF

Tints of Deep Lilac #A44FCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 46%

R = 36.44%
G = 17.56%
B = 46%

CMYK

 C value IS 0.21

 M value IS 0.62

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A44FCF (or 0xA44FCF) is known color: Deep Lilac. HEX triplet: A4, 4F and CF. RGB value is (164,79,207). Sum of RGB (Red+Green+Blue) = 164+79+207=450 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.44% from 450); Green value is 79 (31.25% from 255 or 17.56% from 450); Blue value is 207 (81.25% from 255 or 46% from 450); Max value from RGB is 207 - color contains mainly: blue. Hex color #A44FCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A44FCF is #5BB030. Grayscale: #767676. Windows color (decimal): -6008881 or 13586340. OLE color: 13586340.

HSL color Cylindrical-coordinate representation of color #A44FCF: hue angle of 279.84º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A44FCF is Cyan = 0.21, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 164 79 207 -
CMYK 0.21 0.62 0 0.19
HSL 279.84º 0.57% 0.56% -
HSV(B) 279.84º 0.62% 0.81% -
XYZ 29.37 17.99 60.96 -
YUV 119.01 177.66 160.09 -
System Red Green Blue C M Y K H S L
Decimal 164 79 207 0.21 0.62 0 0.19 279.84 0.57 0.56
Hex A4 4F CF 15 3E 0 13 118 39 38
Octal 244 117 317 25 76 0 23 430 71 70
Binary 10100100 1001111 11001111 10101 111110 0 10011 100011000 111001 111000

Color Harmonies of #A44FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44FCF

Black with #A44FCF

Text Example


Text Example

White with #A44FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44FCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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