Html Css Color HEX #A5529F Violet Blue

📋 copy color: '#A5529F'

red 165 ◦ green 82 ◦ blue 159

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

Shades of Violet Blue #A5529F

Tints of Violet Blue #A5529F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.2%

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

R = 40.64%
G = 20.2%
B = 39.16%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#A5529F (or 0xA5529F) is known color: Violet Blue. HEX triplet: A5, 52 and 9F. RGB value is (165,82,159). Sum of RGB (Red+Green+Blue) = 165+82+159=406 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.64% from 406); Green value is 82 (32.42% from 255 or 20.20% from 406); Blue value is 159 (62.5% from 255 or 39.16% from 406); Max value from RGB is 165 - color contains mainly: red. Hex color #A5529F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5529F is #5AAD60. Grayscale: #737373. Windows color (decimal): -5942625 or 10441381. OLE color: 10441381.

HSL color Cylindrical-coordinate representation of color #A5529F: hue angle of 304.34º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A5529F is Cyan = 0, Magento = 0.50, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 82 159 -
CMYK 0 0.50 0.04 0.35
HSL 304.34º 0.34% 0.48% -
HSV(B) 304.34º 0.5% 0.65% -
XYZ 24.79 16.54 34.69 -
YUV 115.6 152.5 163.24 -
System Red Green Blue C M Y K H S L
Decimal 165 82 159 0 0.50 0.04 0.35 304.34 0.34 0.48
Hex A5 52 9F 0 32 4 23 130 22 30
Octal 245 122 237 0 62 4 43 460 42 60
Binary 10100101 1010010 10011111 0 110010 100 100011 100110000 100010 110000

Color Harmonies of #A5529F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5529F

Black with #A5529F

Text Example


Text Example

White with #A5529F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5529F; }

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

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

background-color css

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

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

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

border-color css

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

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

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