Html Css Color HEX #A54799 Violet Blue

📋 copy color: '#A54799'

red 165 ◦ green 71 ◦ blue 153

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

Shades of Violet Blue #A54799

Tints of Violet Blue #A54799

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 39.33%

R = 42.42%
G = 18.25%
B = 39.33%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.07

 K value IS 0.35

RGB Variations

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

Color information

#A54799 (or 0xA54799) is known color: Violet Blue. HEX triplet: A5, 47 and 99. RGB value is (165,71,153). Sum of RGB (Red+Green+Blue) = 165+71+153=389 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.42% from 389); Green value is 71 (28.12% from 255 or 18.25% from 389); Blue value is 153 (60.16% from 255 or 39.33% from 389); Max value from RGB is 165 - color contains mainly: red. Hex color #A54799 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A54799 is #5AB866. Grayscale: #6C6C6C. Windows color (decimal): -5945447 or 10045349. OLE color: 10045349.

HSL color Cylindrical-coordinate representation of color #A54799: hue angle of 307.66º 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 #A54799 is Cyan = 0, Magento = 0.57, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 71 153 -
CMYK 0 0.57 0.07 0.35
HSL 307.66º 0.4% 0.46% -
HSV(B) 307.66º 0.57% 0.65% -
XYZ 23.52 14.81 31.76 -
YUV 108.45 153.14 168.33 -
System Red Green Blue C M Y K H S L
Decimal 165 71 153 0 0.57 0.07 0.35 307.66 0.4 0.46
Hex A5 47 99 0 39 7 23 134 28 2E
Octal 245 107 231 0 71 7 43 464 50 56
Binary 10100101 1000111 10011001 0 111001 111 100011 100110100 101000 101110

Color Harmonies of #A54799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54799

Black with #A54799

Text Example


Text Example

White with #A54799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54799; }

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

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

background-color css

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

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

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

border-color css

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

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

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