Html Css Color HEX #A540AD Violet Blue

📋 copy color: '#A540AD'

red 165 ◦ green 64 ◦ blue 173

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

Shades of Violet Blue #A540AD

Tints of Violet Blue #A540AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 43.03%

R = 41.04%
G = 15.92%
B = 43.03%

CMYK

 C value IS 0.05

 M value IS 0.63

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A540AD (or 0xA540AD) is known color: Violet Blue. HEX triplet: A5, 40 and AD. RGB value is (165,64,173). Sum of RGB (Red+Green+Blue) = 165+64+173=402 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.04% from 402); Green value is 64 (25.39% from 255 or 15.92% from 402); Blue value is 173 (67.97% from 255 or 43.03% from 402); Max value from RGB is 173 - color contains mainly: blue. Hex color #A540AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A540AD is #5ABF52. Grayscale: #6A6A6A. Windows color (decimal): -5947219 or 11354277. OLE color: 11354277.

HSL color Cylindrical-coordinate representation of color #A540AD: hue angle of 295.6º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A540AD is Cyan = 0.05, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 165 64 173 -
CMYK 0.05 0.63 0 0.32
HSL 295.6º 0.46% 0.46% -
HSV(B) 295.6º 0.63% 0.68% -
XYZ 24.89 14.68 41.06 -
YUV 106.63 165.46 169.64 -
System Red Green Blue C M Y K H S L
Decimal 165 64 173 0.05 0.63 0 0.32 295.6 0.46 0.46
Hex A5 40 AD 5 3F 0 20 128 2E 2E
Octal 245 100 255 5 77 0 40 450 56 56
Binary 10100101 1000000 10101101 101 111111 0 100000 100101000 101110 101110

Color Harmonies of #A540AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A540AD

Black with #A540AD

Text Example


Text Example

White with #A540AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A540AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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