Html Css Color HEX #A444BF Deep Lilac

📋 copy color: '#A444BF'

red 164 ◦ green 68 ◦ blue 191

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

Shades of Deep Lilac #A444BF

Tints of Deep Lilac #A444BF

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.08%

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

R = 38.77%
G = 16.08%
B = 45.15%

CMYK

 C value IS 0.14

 M value IS 0.64

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A444BF (or 0xA444BF) is known color: Deep Lilac. HEX triplet: A4, 44 and BF. RGB value is (164,68,191). Sum of RGB (Red+Green+Blue) = 164+68+191=423 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.77% from 423); Green value is 68 (26.95% from 255 or 16.08% from 423); Blue value is 191 (75% from 255 or 45.15% from 423); Max value from RGB is 191 - color contains mainly: blue. Hex color #A444BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A444BF is #5BBB40. Grayscale: #6E6E6E. Windows color (decimal): -6011713 or 12534948. OLE color: 12534948.

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

Color convert

RGB 164 68 191 -
CMYK 0.14 0.64 0 0.25
HSL 286.83º 0.49% 0.51% -
HSV(B) 286.83º 0.64% 0.75% -
XYZ 26.78 15.79 50.93 -
YUV 110.73 173.3 166 -
System Red Green Blue C M Y K H S L
Decimal 164 68 191 0.14 0.64 0 0.25 286.83 0.49 0.51
Hex A4 44 BF E 40 0 19 11F 31 33
Octal 244 104 277 16 100 0 31 437 61 63
Binary 10100100 1000100 10111111 1110 1000000 0 11001 100011111 110001 110011

Color Harmonies of #A444BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A444BF

Black with #A444BF

Text Example


Text Example

White with #A444BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A444BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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