Html Css Color HEX #A641AF Deep Lilac

📋 copy color: '#A641AF'

red 166 ◦ green 65 ◦ blue 175

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

Shades of Deep Lilac #A641AF

Tints of Deep Lilac #A641AF

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.01%

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

R = 40.89%
G = 16.01%
B = 43.1%

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

#A641AF (or 0xA641AF) is known color: Deep Lilac. HEX triplet: A6, 41 and AF. RGB value is (166,65,175). Sum of RGB (Red+Green+Blue) = 166+65+175=406 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.89% from 406); Green value is 65 (25.78% from 255 or 16.01% from 406); Blue value is 175 (68.75% from 255 or 43.10% from 406); Max value from RGB is 175 - color contains mainly: blue. Hex color #A641AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A641AF is #59BE50. Grayscale: #6B6B6B. Windows color (decimal): -5881425 or 11485606. OLE color: 11485606.

HSL color Cylindrical-coordinate representation of color #A641AF: hue angle of 295.09º 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 #A641AF is Cyan = 0.05, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 166 65 175 -
CMYK 0.05 0.63 0 0.31
HSL 295.09º 0.46% 0.47% -
HSV(B) 295.09º 0.63% 0.69% -
XYZ 25.35 14.98 42.11 -
YUV 107.74 165.96 169.56 -
System Red Green Blue C M Y K H S L
Decimal 166 65 175 0.05 0.63 0 0.31 295.09 0.46 0.47
Hex A6 41 AF 5 3F 0 1F 127 2E 2F
Octal 246 101 257 5 77 0 37 447 56 57
Binary 10100110 1000001 10101111 101 111111 0 11111 100100111 101110 101111

Color Harmonies of #A641AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A641AF

Black with #A641AF

Text Example


Text Example

White with #A641AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A641AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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