Html Css Color HEX #A444AF Deep Lilac

📋 copy color: '#A444AF'

red 164 ◦ green 68 ◦ blue 175

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

Shades of Deep Lilac #A444AF

Tints of Deep Lilac #A444AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 43%

R = 40.29%
G = 16.71%
B = 43%

CMYK

 C value IS 0.06

 M value IS 0.61

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A444AF (or 0xA444AF) is known color: Deep Lilac. HEX triplet: A4, 44 and AF. RGB value is (164,68,175). Sum of RGB (Red+Green+Blue) = 164+68+175=407 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.29% from 407); Green value is 68 (26.95% from 255 or 16.71% from 407); Blue value is 175 (68.75% from 255 or 43.00% from 407); Max value from RGB is 175 - color contains mainly: blue. Hex color #A444AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A444AF is #5BBB50. Grayscale: #6C6C6C. Windows color (decimal): -6011729 or 11486372. OLE color: 11486372.

HSL color Cylindrical-coordinate representation of color #A444AF: hue angle of 293.83º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A444AF is Cyan = 0.06, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 164 68 175 -
CMYK 0.06 0.61 0 0.31
HSL 293.83º 0.44% 0.48% -
HSV(B) 293.83º 0.61% 0.69% -
XYZ 25.11 15.12 42.15 -
YUV 108.9 165.3 167.3 -
System Red Green Blue C M Y K H S L
Decimal 164 68 175 0.06 0.61 0 0.31 293.83 0.44 0.48
Hex A4 44 AF 6 3D 0 1F 126 2C 30
Octal 244 104 257 6 75 0 37 446 54 60
Binary 10100100 1000100 10101111 110 111101 0 11111 100100110 101100 110000

Color Harmonies of #A444AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A444AF

Black with #A444AF

Text Example


Text Example

White with #A444AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A444AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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