Html Css Color HEX #A640AF Deep Lilac

📋 copy color: '#A640AF'

red 166 ◦ green 64 ◦ blue 175

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

Shades of Deep Lilac #A640AF

Tints of Deep Lilac #A640AF

RGB

 RED value IS 166 (65.23% from 255) = 40.99%

 GREEN value IS 64 (25.39% from 255) = 15.8%

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

R = 40.99%
G = 15.8%
B = 43.21%

CMYK

 C value IS 0.05

 M value IS 0.63

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A640AF (or 0xA640AF) is known color: Deep Lilac. HEX triplet: A6, 40 and AF. RGB value is (166,64,175). Sum of RGB (Red+Green+Blue) = 166+64+175=405 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.99% from 405); Green value is 64 (25.39% from 255 or 15.80% from 405); Blue value is 175 (68.75% from 255 or 43.21% from 405); Max value from RGB is 175 - color contains mainly: blue. Hex color #A640AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A640AF is #59BF50. Grayscale: #6A6A6A. Windows color (decimal): -5881681 or 11485350. OLE color: 11485350.

HSL color Cylindrical-coordinate representation of color #A640AF: hue angle of 295.14º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A640AF is Cyan = 0.05, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 166 64 175 -
CMYK 0.05 0.63 0 0.31
HSL 295.14º 0.46% 0.47% -
HSV(B) 295.14º 0.63% 0.69% -
XYZ 25.3 14.87 42.09 -
YUV 107.15 166.29 169.97 -
System Red Green Blue C M Y K H S L
Decimal 166 64 175 0.05 0.63 0 0.31 295.14 0.46 0.47
Hex A6 40 AF 5 3F 0 1F 127 2E 2F
Octal 246 100 257 5 77 0 37 447 56 57
Binary 10100110 1000000 10101111 101 111111 0 11111 100100111 101110 101111

Color Harmonies of #A640AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A640AF

Black with #A640AF

Text Example


Text Example

White with #A640AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A640AF; }

 p { color: rgb(166,64,175); }

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

background-color css

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

 a { background-color: rgb(166,64,175); }

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

border-color css

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

 span { border-color: rgb(166,64,175); }

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