Html Css Color HEX #A54895 Violet Blue

📋 copy color: '#A54895'

red 165 ◦ green 72 ◦ blue 149

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

Shades of Violet Blue #A54895

Tints of Violet Blue #A54895

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.65%

 BLUE value IS 149 (58.59% from 255) = 38.6%

R = 42.75%
G = 18.65%
B = 38.6%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#A54895 (or 0xA54895) is known color: Violet Blue. HEX triplet: A5, 48 and 95. RGB value is (165,72,149). Sum of RGB (Red+Green+Blue) = 165+72+149=386 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.75% from 386); Green value is 72 (28.52% from 255 or 18.65% from 386); Blue value is 149 (58.59% from 255 or 38.60% from 386); Max value from RGB is 165 - color contains mainly: red. Hex color #A54895 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A54895 is #5AB76A. Grayscale: #6C6C6C. Windows color (decimal): -5945195 or 9783461. OLE color: 9783461.

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

Color convert

RGB 165 72 149 -
CMYK 0 0.56 0.10 0.35
HSL 310.32º 0.39% 0.46% -
HSV(B) 310.32º 0.56% 0.65% -
XYZ 23.26 14.8 30.07 -
YUV 108.59 150.81 168.24 -
System Red Green Blue C M Y K H S L
Decimal 165 72 149 0 0.56 0.10 0.35 310.32 0.39 0.46
Hex A5 48 95 0 38 A 23 136 27 2E
Octal 245 110 225 0 70 12 43 466 47 56
Binary 10100101 1001000 10010101 0 111000 1010 100011 100110110 100111 101110

Color Harmonies of #A54895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54895

Black with #A54895

Text Example


Text Example

White with #A54895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54895; }

 p { color: rgb(165,72,149); }

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

background-color css

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

 a { background-color: rgb(165,72,149); }

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

border-color css

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

 span { border-color: rgb(165,72,149); }

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