Html Css Color HEX #A545AF Deep Lilac

📋 copy color: '#A545AF'

red 165 ◦ green 69 ◦ blue 175

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

Shades of Deep Lilac #A545AF

Tints of Deep Lilac #A545AF

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.87%

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

R = 40.34%
G = 16.87%
B = 42.79%

CMYK

 C value IS 0.06

 M value IS 0.61

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A545AF (or 0xA545AF) is known color: Deep Lilac. HEX triplet: A5, 45 and AF. RGB value is (165,69,175). Sum of RGB (Red+Green+Blue) = 165+69+175=409 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.34% from 409); Green value is 69 (27.34% from 255 or 16.87% from 409); Blue value is 175 (68.75% from 255 or 42.79% from 409); Max value from RGB is 175 - color contains mainly: blue. Hex color #A545AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A545AF is #5ABA50. Grayscale: #6D6D6D. Windows color (decimal): -5945937 or 11486629. OLE color: 11486629.

HSL color Cylindrical-coordinate representation of color #A545AF: hue angle of 294.34º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A545AF is Cyan = 0.06, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 165 69 175 -
CMYK 0.06 0.61 0 0.31
HSL 294.34º 0.43% 0.48% -
HSV(B) 294.34º 0.61% 0.69% -
XYZ 25.38 15.35 42.18 -
YUV 109.79 164.8 167.38 -
System Red Green Blue C M Y K H S L
Decimal 165 69 175 0.06 0.61 0 0.31 294.34 0.43 0.48
Hex A5 45 AF 6 3D 0 1F 126 2B 30
Octal 245 105 257 6 75 0 37 446 53 60
Binary 10100101 1000101 10101111 110 111101 0 11111 100100110 101011 110000

Color Harmonies of #A545AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A545AF

Black with #A545AF

Text Example


Text Example

White with #A545AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A545AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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