Html Css Color HEX #A9529F Violet Blue

📋 copy color: '#A9529F'

red 169 ◦ green 82 ◦ blue 159

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

Shades of Violet Blue #A9529F

Tints of Violet Blue #A9529F

RGB

 RED value IS 169 (66.41% from 255) = 41.22%

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

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

R = 41.22%
G = 20%
B = 38.78%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.06

 K value IS 0.34

RGB Variations

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

Color information

#A9529F (or 0xA9529F) is known color: Violet Blue. HEX triplet: A9, 52 and 9F. RGB value is (169,82,159). Sum of RGB (Red+Green+Blue) = 169+82+159=410 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.22% from 410); Green value is 82 (32.42% from 255 or 20% from 410); Blue value is 159 (62.5% from 255 or 38.78% from 410); Max value from RGB is 169 - color contains mainly: red. Hex color #A9529F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9529F is #56AD60. Grayscale: #747474. Windows color (decimal): -5680481 or 10441385. OLE color: 10441385.

HSL color Cylindrical-coordinate representation of color #A9529F: hue angle of 306.9º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A9529F is Cyan = 0, Magento = 0.51, Yellow = 0.06 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 82 159 -
CMYK 0 0.51 0.06 0.34
HSL 306.9º 0.35% 0.49% -
HSV(B) 306.9º 0.51% 0.66% -
XYZ 25.64 16.97 34.73 -
YUV 116.79 151.82 165.24 -
System Red Green Blue C M Y K H S L
Decimal 169 82 159 0 0.51 0.06 0.34 306.9 0.35 0.49
Hex A9 52 9F 0 33 6 22 133 23 31
Octal 251 122 237 0 63 6 42 463 43 61
Binary 10101001 1010010 10011111 0 110011 110 100010 100110011 100011 110001

Color Harmonies of #A9529F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9529F

Black with #A9529F

Text Example


Text Example

White with #A9529F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9529F; }

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

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

background-color css

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

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

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

border-color css

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

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

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