Html Css Color HEX #A546AF Deep Lilac

📋 copy color: '#A546AF'

red 165 ◦ green 70 ◦ blue 175

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

Shades of Deep Lilac #A546AF

Tints of Deep Lilac #A546AF

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.07%

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

R = 40.24%
G = 17.07%
B = 42.68%

CMYK

 C value IS 0.06

 M value IS 0.60

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A546AF (or 0xA546AF) is known color: Deep Lilac. HEX triplet: A5, 46 and AF. RGB value is (165,70,175). Sum of RGB (Red+Green+Blue) = 165+70+175=410 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.24% from 410); Green value is 70 (27.73% from 255 or 17.07% from 410); Blue value is 175 (68.75% from 255 or 42.68% from 410); Max value from RGB is 175 - color contains mainly: blue. Hex color #A546AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A546AF is #5AB950. Grayscale: #6E6E6E. Windows color (decimal): -5945681 or 11486885. OLE color: 11486885.

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

Color convert

RGB 165 70 175 -
CMYK 0.06 0.60 0 0.31
HSL 294.29º 0.43% 0.48% -
HSV(B) 294.29º 0.6% 0.69% -
XYZ 25.45 15.47 42.2 -
YUV 110.38 164.47 166.96 -
System Red Green Blue C M Y K H S L
Decimal 165 70 175 0.06 0.60 0 0.31 294.29 0.43 0.48
Hex A5 46 AF 6 3C 0 1F 126 2B 30
Octal 245 106 257 6 74 0 37 446 53 60
Binary 10100101 1000110 10101111 110 111100 0 11111 100100110 101011 110000

Color Harmonies of #A546AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A546AF

Black with #A546AF

Text Example


Text Example

White with #A546AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A546AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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