Html Css Color HEX #A54DAA Violet Blue

📋 copy color: '#A54DAA'

red 165 ◦ green 77 ◦ blue 170

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

Shades of Violet Blue #A54DAA

Tints of Violet Blue #A54DAA

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.69%

 BLUE value IS 170 (66.8% from 255) = 41.26%

R = 40.05%
G = 18.69%
B = 41.26%

CMYK

 C value IS 0.03

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A54DAA (or 0xA54DAA) is known color: Violet Blue. HEX triplet: A5, 4D and AA. RGB value is (165,77,170). Sum of RGB (Red+Green+Blue) = 165+77+170=412 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.05% from 412); Green value is 77 (30.47% from 255 or 18.69% from 412); Blue value is 170 (66.80% from 255 or 41.26% from 412); Max value from RGB is 170 - color contains mainly: blue. Hex color #A54DAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A54DAA is #5AB255. Grayscale: #717171. Windows color (decimal): -5943894 or 11160997. OLE color: 11160997.

HSL color Cylindrical-coordinate representation of color #A54DAA: hue angle of 296.77º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A54DAA is Cyan = 0.03, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 165 77 170 -
CMYK 0.03 0.55 0 0.33
HSL 296.77º 0.38% 0.48% -
HSV(B) 296.77º 0.55% 0.67% -
XYZ 25.43 16.21 39.82 -
YUV 113.91 159.65 164.44 -
System Red Green Blue C M Y K H S L
Decimal 165 77 170 0.03 0.55 0 0.33 296.77 0.38 0.48
Hex A5 4D AA 3 37 0 21 129 26 30
Octal 245 115 252 3 67 0 41 451 46 60
Binary 10100101 1001101 10101010 11 110111 0 100001 100101001 100110 110000

Color Harmonies of #A54DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54DAA

Black with #A54DAA

Text Example


Text Example

White with #A54DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54DAA; }

 p { color: rgb(165,77,170); }

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

background-color css

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

 a { background-color: rgb(165,77,170); }

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

border-color css

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

 span { border-color: rgb(165,77,170); }

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