Html Css Color HEX #A449AF Deep Lilac

📋 copy color: '#A449AF'

red 164 ◦ green 73 ◦ blue 175

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

Shades of Deep Lilac #A449AF

Tints of Deep Lilac #A449AF

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.72%

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

R = 39.81%
G = 17.72%
B = 42.48%

CMYK

 C value IS 0.06

 M value IS 0.58

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A449AF (or 0xA449AF) is known color: Deep Lilac. HEX triplet: A4, 49 and AF. RGB value is (164,73,175). Sum of RGB (Red+Green+Blue) = 164+73+175=412 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.81% from 412); Green value is 73 (28.91% from 255 or 17.72% from 412); Blue value is 175 (68.75% from 255 or 42.48% from 412); Max value from RGB is 175 - color contains mainly: blue. Hex color #A449AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A449AF is #5BB650. Grayscale: #6F6F6F. Windows color (decimal): -6010449 or 11487652. OLE color: 11487652.

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

Color convert

RGB 164 73 175 -
CMYK 0.06 0.58 0 0.31
HSL 293.53º 0.41% 0.49% -
HSV(B) 293.53º 0.58% 0.69% -
XYZ 25.43 15.75 42.26 -
YUV 111.84 163.65 165.21 -
System Red Green Blue C M Y K H S L
Decimal 164 73 175 0.06 0.58 0 0.31 293.53 0.41 0.49
Hex A4 49 AF 6 3A 0 1F 126 29 31
Octal 244 111 257 6 72 0 37 446 51 61
Binary 10100100 1001001 10101111 110 111010 0 11111 100100110 101001 110001

Color Harmonies of #A449AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A449AF

Black with #A449AF

Text Example


Text Example

White with #A449AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A449AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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