Html Css Color HEX #A541AF Deep Lilac

📋 copy color: '#A541AF'

red 165 ◦ green 65 ◦ blue 175

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

Shades of Deep Lilac #A541AF

Tints of Deep Lilac #A541AF

RGB

 RED value IS 165 (64.84% from 255) = 40.74%

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

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

R = 40.74%
G = 16.05%
B = 43.21%

CMYK

 C value IS 0.06

 M value IS 0.63

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A541AF (or 0xA541AF) is known color: Deep Lilac. HEX triplet: A5, 41 and AF. RGB value is (165,65,175). Sum of RGB (Red+Green+Blue) = 165+65+175=405 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.74% from 405); Green value is 65 (25.78% from 255 or 16.05% 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 #A541AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A541AF is #5ABE50. Grayscale: #6B6B6B. Windows color (decimal): -5946961 or 11485605. OLE color: 11485605.

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

Color convert

RGB 165 65 175 -
CMYK 0.06 0.63 0 0.31
HSL 294.55º 0.46% 0.47% -
HSV(B) 294.55º 0.63% 0.69% -
XYZ 25.15 14.88 42.1 -
YUV 107.44 166.13 169.06 -
System Red Green Blue C M Y K H S L
Decimal 165 65 175 0.06 0.63 0 0.31 294.55 0.46 0.47
Hex A5 41 AF 6 3F 0 1F 127 2E 2F
Octal 245 101 257 6 77 0 37 447 56 57
Binary 10100101 1000001 10101111 110 111111 0 11111 100100111 101110 101111

Color Harmonies of #A541AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A541AF

Black with #A541AF

Text Example


Text Example

White with #A541AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A541AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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