Html Css Color HEX #A5489B Violet Blue

📋 copy color: '#A5489B'

red 165 ◦ green 72 ◦ blue 155

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

Shades of Violet Blue #A5489B

Tints of Violet Blue #A5489B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 39.54%

R = 42.09%
G = 18.37%
B = 39.54%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.06

 K value IS 0.35

RGB Variations

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

Color information

#A5489B (or 0xA5489B) is known color: Violet Blue. HEX triplet: A5, 48 and 9B. RGB value is (165,72,155). Sum of RGB (Red+Green+Blue) = 165+72+155=392 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.09% from 392); Green value is 72 (28.52% from 255 or 18.37% from 392); Blue value is 155 (60.94% from 255 or 39.54% from 392); Max value from RGB is 165 - color contains mainly: red. Hex color #A5489B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5489B is #5AB764. Grayscale: #6D6D6D. Windows color (decimal): -5945189 or 10176677. OLE color: 10176677.

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

Color convert

RGB 165 72 155 -
CMYK 0 0.56 0.06 0.35
HSL 306.45º 0.39% 0.46% -
HSV(B) 306.45º 0.56% 0.65% -
XYZ 23.75 15 32.65 -
YUV 109.27 153.81 167.75 -
System Red Green Blue C M Y K H S L
Decimal 165 72 155 0 0.56 0.06 0.35 306.45 0.39 0.46
Hex A5 48 9B 0 38 6 23 132 27 2E
Octal 245 110 233 0 70 6 43 462 47 56
Binary 10100101 1001000 10011011 0 111000 110 100011 100110010 100111 101110

Color Harmonies of #A5489B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5489B

Black with #A5489B

Text Example


Text Example

White with #A5489B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5489B; }

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

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

background-color css

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

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

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

border-color css

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

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

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