Html Css Color HEX #A54B96 Violet Blue

📋 copy color: '#A54B96'

red 165 ◦ green 75 ◦ blue 150

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

Shades of Violet Blue #A54B96

Tints of Violet Blue #A54B96

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.23%

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

R = 42.31%
G = 19.23%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.09

 K value IS 0.35

RGB Variations

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

Color information

#A54B96 (or 0xA54B96) is known color: Violet Blue. HEX triplet: A5, 4B and 96. RGB value is (165,75,150). Sum of RGB (Red+Green+Blue) = 165+75+150=390 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.31% from 390); Green value is 75 (29.69% from 255 or 19.23% from 390); Blue value is 150 (58.98% from 255 or 38.46% from 390); Max value from RGB is 165 - color contains mainly: red. Hex color #A54B96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A54B96 is #5AB469. Grayscale: #6E6E6E. Windows color (decimal): -5944426 or 9849765. OLE color: 9849765.

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

Color convert

RGB 165 75 150 -
CMYK 0 0.55 0.09 0.35
HSL 310º 0.38% 0.47% -
HSV(B) 310º 0.55% 0.65% -
XYZ 23.54 15.23 30.55 -
YUV 110.46 150.32 166.9 -
System Red Green Blue C M Y K H S L
Decimal 165 75 150 0 0.55 0.09 0.35 310 0.38 0.47
Hex A5 4B 96 0 37 9 23 136 26 2F
Octal 245 113 226 0 67 11 43 466 46 57
Binary 10100101 1001011 10010110 0 110111 1001 100011 100110110 100110 101111

Color Harmonies of #A54B96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54B96

Black with #A54B96

Text Example


Text Example

White with #A54B96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54B96; }

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

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

background-color css

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

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

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

border-color css

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

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

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