Html Css Color HEX #A54AAD Violet Blue

📋 copy color: '#A54AAD'

red 165 ◦ green 74 ◦ blue 173

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

Shades of Violet Blue #A54AAD

Tints of Violet Blue #A54AAD

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.96%

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

R = 40.05%
G = 17.96%
B = 41.99%

CMYK

 C value IS 0.05

 M value IS 0.57

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A54AAD (or 0xA54AAD) is known color: Violet Blue. HEX triplet: A5, 4A and AD. RGB value is (165,74,173). Sum of RGB (Red+Green+Blue) = 165+74+173=412 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.05% from 412); Green value is 74 (29.30% from 255 or 17.96% from 412); Blue value is 173 (67.97% from 255 or 41.99% from 412); Max value from RGB is 173 - color contains mainly: blue. Hex color #A54AAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A54AAD is #5AB552. Grayscale: #707070. Windows color (decimal): -5944659 or 11356837. OLE color: 11356837.

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

Color convert

RGB 165 74 173 -
CMYK 0.05 0.57 0 0.32
HSL 295.15º 0.4% 0.48% -
HSV(B) 295.15º 0.57% 0.68% -
XYZ 25.51 15.91 41.26 -
YUV 112.5 162.15 165.45 -
System Red Green Blue C M Y K H S L
Decimal 165 74 173 0.05 0.57 0 0.32 295.15 0.4 0.48
Hex A5 4A AD 5 39 0 20 127 28 30
Octal 245 112 255 5 71 0 40 447 50 60
Binary 10100101 1001010 10101101 101 111001 0 100000 100100111 101000 110000

Color Harmonies of #A54AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54AAD

Black with #A54AAD

Text Example


Text Example

White with #A54AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54AAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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