Html Css Color HEX #A54790 Violet Blue

📋 copy color: '#A54790'

red 165 ◦ green 71 ◦ blue 144

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

Shades of Violet Blue #A54790

Tints of Violet Blue #A54790

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.68%

 BLUE value IS 144 (56.64% from 255) = 37.89%

R = 43.42%
G = 18.68%
B = 37.89%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.13

 K value IS 0.35

RGB Variations

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

Color information

#A54790 (or 0xA54790) is known color: Violet Blue. HEX triplet: A5, 47 and 90. RGB value is (165,71,144). Sum of RGB (Red+Green+Blue) = 165+71+144=380 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.42% from 380); Green value is 71 (28.12% from 255 or 18.68% from 380); Blue value is 144 (56.64% from 255 or 37.89% from 380); Max value from RGB is 165 - color contains mainly: red. Hex color #A54790 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A54790 is #5AB86F. Grayscale: #6B6B6B. Windows color (decimal): -5945456 or 9455525. OLE color: 9455525.

HSL color Cylindrical-coordinate representation of color #A54790: hue angle of 313.4º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A54790 is Cyan = 0, Magento = 0.57, Yellow = 0.13 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 71 144 -
CMYK 0 0.57 0.13 0.35
HSL 313.4º 0.4% 0.46% -
HSV(B) 313.4º 0.57% 0.65% -
XYZ 22.8 14.52 27.99 -
YUV 107.43 148.64 169.06 -
System Red Green Blue C M Y K H S L
Decimal 165 71 144 0 0.57 0.13 0.35 313.4 0.4 0.46
Hex A5 47 90 0 39 D 23 139 28 2E
Octal 245 107 220 0 71 15 43 471 50 56
Binary 10100101 1000111 10010000 0 111001 1101 100011 100111001 101000 101110

Color Harmonies of #A54790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54790

Black with #A54790

Text Example


Text Example

White with #A54790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54790; }

 p { color: rgb(165,71,144); }

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

background-color css

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

 a { background-color: rgb(165,71,144); }

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

border-color css

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

 span { border-color: rgb(165,71,144); }

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