Html Css Color HEX #A540AF Deep Lilac

📋 copy color: '#A540AF'

red 165 ◦ green 64 ◦ blue 175

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

Shades of Deep Lilac #A540AF

Tints of Deep Lilac #A540AF

RGB

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

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

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

R = 40.84%
G = 15.84%
B = 43.32%

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

#A540AF (or 0xA540AF) is known color: Deep Lilac. HEX triplet: A5, 40 and AF. RGB value is (165,64,175). Sum of RGB (Red+Green+Blue) = 165+64+175=404 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.84% from 404); Green value is 64 (25.39% from 255 or 15.84% from 404); Blue value is 175 (68.75% from 255 or 43.32% from 404); Max value from RGB is 175 - color contains mainly: blue. Hex color #A540AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A540AF is #5ABF50. Grayscale: #6A6A6A. Windows color (decimal): -5947217 or 11485349. OLE color: 11485349.

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

Color convert

RGB 165 64 175 -
CMYK 0.06 0.63 0 0.31
HSL 294.59º 0.46% 0.47% -
HSV(B) 294.59º 0.63% 0.69% -
XYZ 25.09 14.76 42.08 -
YUV 106.85 166.46 169.47 -
System Red Green Blue C M Y K H S L
Decimal 165 64 175 0.06 0.63 0 0.31 294.59 0.46 0.47
Hex A5 40 AF 6 3F 0 1F 127 2E 2F
Octal 245 100 257 6 77 0 37 447 56 57
Binary 10100101 1000000 10101111 110 111111 0 11111 100100111 101110 101111

Color Harmonies of #A540AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A540AF

Black with #A540AF

Text Example


Text Example

White with #A540AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A540AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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