Html Css Color HEX #A5489F Violet Blue

📋 copy color: '#A5489F'

red 165 ◦ green 72 ◦ blue 159

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

Shades of Violet Blue #A5489F

Tints of Violet Blue #A5489F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 40.15%

R = 41.67%
G = 18.18%
B = 40.15%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#A5489F (or 0xA5489F) is known color: Violet Blue. HEX triplet: A5, 48 and 9F. RGB value is (165,72,159). Sum of RGB (Red+Green+Blue) = 165+72+159=396 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.67% from 396); Green value is 72 (28.52% from 255 or 18.18% from 396); Blue value is 159 (62.5% from 255 or 40.15% from 396); Max value from RGB is 165 - color contains mainly: red. Hex color #A5489F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5489F is #5AB760. Grayscale: #6D6D6D. Windows color (decimal): -5945185 or 10438821. OLE color: 10438821.

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

Color convert

RGB 165 72 159 -
CMYK 0 0.56 0.04 0.35
HSL 303.87º 0.39% 0.46% -
HSV(B) 303.87º 0.56% 0.65% -
XYZ 24.09 15.14 34.45 -
YUV 109.73 155.81 167.43 -
System Red Green Blue C M Y K H S L
Decimal 165 72 159 0 0.56 0.04 0.35 303.87 0.39 0.46
Hex A5 48 9F 0 38 4 23 130 27 2E
Octal 245 110 237 0 70 4 43 460 47 56
Binary 10100101 1001000 10011111 0 111000 100 100011 100110000 100111 101110

Color Harmonies of #A5489F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5489F

Black with #A5489F

Text Example


Text Example

White with #A5489F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5489F; }

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

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

background-color css

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

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

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

border-color css

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

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

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