Html Css Color HEX #A54896 Violet Blue

📋 copy color: '#A54896'

red 165 ◦ green 72 ◦ blue 150

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

Shades of Violet Blue #A54896

Tints of Violet Blue #A54896

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 38.76%

R = 42.64%
G = 18.6%
B = 38.76%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.09

 K value IS 0.35

RGB Variations

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

Color information

#A54896 (or 0xA54896) is known color: Violet Blue. HEX triplet: A5, 48 and 96. RGB value is (165,72,150). Sum of RGB (Red+Green+Blue) = 165+72+150=387 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.64% from 387); Green value is 72 (28.52% from 255 or 18.60% from 387); Blue value is 150 (58.98% from 255 or 38.76% from 387); Max value from RGB is 165 - color contains mainly: red. Hex color #A54896 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A54896 is #5AB769. Grayscale: #6C6C6C. Windows color (decimal): -5945194 or 9848997. OLE color: 9848997.

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

Color convert

RGB 165 72 150 -
CMYK 0 0.56 0.09 0.35
HSL 309.68º 0.39% 0.46% -
HSV(B) 309.68º 0.56% 0.65% -
XYZ 23.34 14.84 30.49 -
YUV 108.7 151.31 168.16 -
System Red Green Blue C M Y K H S L
Decimal 165 72 150 0 0.56 0.09 0.35 309.68 0.39 0.46
Hex A5 48 96 0 38 9 23 136 27 2E
Octal 245 110 226 0 70 11 43 466 47 56
Binary 10100101 1001000 10010110 0 111000 1001 100011 100110110 100111 101110

Color Harmonies of #A54896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54896

Black with #A54896

Text Example


Text Example

White with #A54896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54896; }

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

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

background-color css

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

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

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

border-color css

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

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

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