Html Css Color HEX #A54999 Violet Blue

📋 copy color: '#A54999'

red 165 ◦ green 73 ◦ blue 153

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

Shades of Violet Blue #A54999

Tints of Violet Blue #A54999

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.67%

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

R = 42.2%
G = 18.67%
B = 39.13%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.07

 K value IS 0.35

RGB Variations

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

Color information

#A54999 (or 0xA54999) is known color: Violet Blue. HEX triplet: A5, 49 and 99. RGB value is (165,73,153). Sum of RGB (Red+Green+Blue) = 165+73+153=391 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.20% from 391); Green value is 73 (28.91% from 255 or 18.67% from 391); Blue value is 153 (60.16% from 255 or 39.13% from 391); Max value from RGB is 165 - color contains mainly: red. Hex color #A54999 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A54999 is #5AB666. Grayscale: #6D6D6D. Windows color (decimal): -5944935 or 10045861. OLE color: 10045861.

HSL color Cylindrical-coordinate representation of color #A54999: hue angle of 307.83º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A54999 is Cyan = 0, Magento = 0.56, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 73 153 -
CMYK 0 0.56 0.07 0.35
HSL 307.83º 0.39% 0.47% -
HSV(B) 307.83º 0.56% 0.65% -
XYZ 23.65 15.06 31.8 -
YUV 109.63 152.48 167.5 -
System Red Green Blue C M Y K H S L
Decimal 165 73 153 0 0.56 0.07 0.35 307.83 0.39 0.47
Hex A5 49 99 0 38 7 23 134 27 2F
Octal 245 111 231 0 70 7 43 464 47 57
Binary 10100101 1001001 10011001 0 111000 111 100011 100110100 100111 101111

Color Harmonies of #A54999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54999

Black with #A54999

Text Example


Text Example

White with #A54999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54999; }

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

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

background-color css

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

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

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

border-color css

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

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

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