Html Css Color HEX #A341AF Deep Lilac

📋 copy color: '#A341AF'

red 163 ◦ green 65 ◦ blue 175

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

Shades of Deep Lilac #A341AF

Tints of Deep Lilac #A341AF

RGB

 RED value IS 163 (64.06% from 255) = 40.45%

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

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

R = 40.45%
G = 16.13%
B = 43.42%

CMYK

 C value IS 0.07

 M value IS 0.63

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A341AF (or 0xA341AF) is known color: Deep Lilac. HEX triplet: A3, 41 and AF. RGB value is (163,65,175). Sum of RGB (Red+Green+Blue) = 163+65+175=403 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.45% from 403); Green value is 65 (25.78% from 255 or 16.13% from 403); Blue value is 175 (68.75% from 255 or 43.42% from 403); Max value from RGB is 175 - color contains mainly: blue. Hex color #A341AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A341AF is #5CBE50. Grayscale: #6A6A6A. Windows color (decimal): -6078033 or 11485603. OLE color: 11485603.

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

Color convert

RGB 163 65 175 -
CMYK 0.07 0.63 0 0.31
HSL 293.45º 0.46% 0.47% -
HSV(B) 293.45º 0.63% 0.69% -
XYZ 24.73 14.66 42.08 -
YUV 106.84 166.47 168.06 -
System Red Green Blue C M Y K H S L
Decimal 163 65 175 0.07 0.63 0 0.31 293.45 0.46 0.47
Hex A3 41 AF 7 3F 0 1F 125 2E 2F
Octal 243 101 257 7 77 0 37 445 56 57
Binary 10100011 1000001 10101111 111 111111 0 11111 100100101 101110 101111

Color Harmonies of #A341AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A341AF

Black with #A341AF

Text Example


Text Example

White with #A341AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A341AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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