Html Css Color HEX #A4529F Violet Blue

📋 copy color: '#A4529F'

red 164 ◦ green 82 ◦ blue 159

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

Shades of Violet Blue #A4529F

Tints of Violet Blue #A4529F

RGB

 RED value IS 164 (64.45% from 255) = 40.49%

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

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

R = 40.49%
G = 20.25%
B = 39.26%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.03

 K value IS 0.36

RGB Variations

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

Color information

#A4529F (or 0xA4529F) is known color: Violet Blue. HEX triplet: A4, 52 and 9F. RGB value is (164,82,159). Sum of RGB (Red+Green+Blue) = 164+82+159=405 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.49% from 405); Green value is 82 (32.42% from 255 or 20.25% from 405); Blue value is 159 (62.5% from 255 or 39.26% from 405); Max value from RGB is 164 - color contains mainly: red. Hex color #A4529F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4529F is #5BAD60. Grayscale: #737373. Windows color (decimal): -6008161 or 10441380. OLE color: 10441380.

HSL color Cylindrical-coordinate representation of color #A4529F: hue angle of 303.66º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A4529F is Cyan = 0, Magento = 0.5, Yellow = 0.03 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 82 159 -
CMYK 0 0.5 0.03 0.36
HSL 303.66º 0.33% 0.48% -
HSV(B) 303.66º 0.5% 0.64% -
XYZ 24.59 16.43 34.68 -
YUV 115.3 152.67 162.74 -
System Red Green Blue C M Y K H S L
Decimal 164 82 159 0 0.5 0.03 0.36 303.66 0.33 0.48
Hex A4 52 9F 0 32 3 24 130 21 30
Octal 244 122 237 0 62 3 44 460 41 60
Binary 10100100 1010010 10011111 0 110010 11 100100 100110000 100001 110000

Color Harmonies of #A4529F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4529F

Black with #A4529F

Text Example


Text Example

White with #A4529F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4529F; }

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

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

background-color css

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

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

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

border-color css

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

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

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