Html Css Color HEX #A44ABF Deep Lilac

📋 copy color: '#A44ABF'

red 164 ◦ green 74 ◦ blue 191

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

Shades of Deep Lilac #A44ABF

Tints of Deep Lilac #A44ABF

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.25%

 BLUE value IS 191 (75% from 255) = 44.52%

R = 38.23%
G = 17.25%
B = 44.52%

CMYK

 C value IS 0.14

 M value IS 0.61

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A44ABF (or 0xA44ABF) is known color: Deep Lilac. HEX triplet: A4, 4A and BF. RGB value is (164,74,191). Sum of RGB (Red+Green+Blue) = 164+74+191=429 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.23% from 429); Green value is 74 (29.30% from 255 or 17.25% from 429); Blue value is 191 (75% from 255 or 44.52% from 429); Max value from RGB is 191 - color contains mainly: blue. Hex color #A44ABF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A44ABF is #5BB540. Grayscale: #717171. Windows color (decimal): -6010177 or 12536484. OLE color: 12536484.

HSL color Cylindrical-coordinate representation of color #A44ABF: hue angle of 286.15º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A44ABF is Cyan = 0.14, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 164 74 191 -
CMYK 0.14 0.61 0 0.25
HSL 286.15º 0.48% 0.52% -
HSV(B) 286.15º 0.61% 0.75% -
XYZ 27.16 16.55 51.05 -
YUV 114.25 171.32 163.49 -
System Red Green Blue C M Y K H S L
Decimal 164 74 191 0.14 0.61 0 0.25 286.15 0.48 0.52
Hex A4 4A BF E 3D 0 19 11E 30 34
Octal 244 112 277 16 75 0 31 436 60 64
Binary 10100100 1001010 10111111 1110 111101 0 11001 100011110 110000 110100

Color Harmonies of #A44ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44ABF

Black with #A44ABF

Text Example


Text Example

White with #A44ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44ABF; }

 p { color: rgb(164,74,191); }

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

background-color css

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

 a { background-color: rgb(164,74,191); }

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

border-color css

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

 span { border-color: rgb(164,74,191); }

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