Html Css Color HEX #A446AF Deep Lilac

📋 copy color: '#A446AF'

red 164 ◦ green 70 ◦ blue 175

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

Shades of Deep Lilac #A446AF

Tints of Deep Lilac #A446AF

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.11%

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

R = 40.1%
G = 17.11%
B = 42.79%

CMYK

 C value IS 0.06

 M value IS 0.60

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A446AF (or 0xA446AF) is known color: Deep Lilac. HEX triplet: A4, 46 and AF. RGB value is (164,70,175). Sum of RGB (Red+Green+Blue) = 164+70+175=409 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.10% from 409); Green value is 70 (27.73% from 255 or 17.11% from 409); Blue value is 175 (68.75% from 255 or 42.79% from 409); Max value from RGB is 175 - color contains mainly: blue. Hex color #A446AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A446AF is #5BB950. Grayscale: #6D6D6D. Windows color (decimal): -6011217 or 11486884. OLE color: 11486884.

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

Color convert

RGB 164 70 175 -
CMYK 0.06 0.60 0 0.31
HSL 293.71º 0.43% 0.48% -
HSV(B) 293.71º 0.6% 0.69% -
XYZ 25.24 15.37 42.19 -
YUV 110.08 164.64 166.46 -
System Red Green Blue C M Y K H S L
Decimal 164 70 175 0.06 0.60 0 0.31 293.71 0.43 0.48
Hex A4 46 AF 6 3C 0 1F 126 2B 30
Octal 244 106 257 6 74 0 37 446 53 60
Binary 10100100 1000110 10101111 110 111100 0 11111 100100110 101011 110000

Color Harmonies of #A446AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A446AF

Black with #A446AF

Text Example


Text Example

White with #A446AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A446AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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