Html Css Color HEX #A5529E Violet Blue

📋 copy color: '#A5529E'

red 165 ◦ green 82 ◦ blue 158

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

Shades of Violet Blue #A5529E

Tints of Violet Blue #A5529E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 39.01%

R = 40.74%
G = 20.25%
B = 39.01%

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

#A5529E (or 0xA5529E) is known color: Violet Blue. HEX triplet: A5, 52 and 9E. RGB value is (165,82,158). Sum of RGB (Red+Green+Blue) = 165+82+158=405 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.74% from 405); Green value is 82 (32.42% from 255 or 20.25% from 405); Blue value is 158 (62.11% from 255 or 39.01% from 405); Max value from RGB is 165 - color contains mainly: red. Hex color #A5529E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5529E is #5AAD61. Grayscale: #737373. Windows color (decimal): -5942626 or 10375845. OLE color: 10375845.

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

Color convert

RGB 165 82 158 -
CMYK 0 0.50 0.04 0.35
HSL 305.06º 0.34% 0.48% -
HSV(B) 305.06º 0.5% 0.65% -
XYZ 24.71 16.5 34.23 -
YUV 115.48 152 163.32 -
System Red Green Blue C M Y K H S L
Decimal 165 82 158 0 0.50 0.04 0.35 305.06 0.34 0.48
Hex A5 52 9E 0 32 4 23 131 22 30
Octal 245 122 236 0 62 4 43 461 42 60
Binary 10100101 1010010 10011110 0 110010 100 100011 100110001 100010 110000

Color Harmonies of #A5529E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5529E

Black with #A5529E

Text Example


Text Example

White with #A5529E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5529E; }

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

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

background-color css

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

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

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

border-color css

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

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

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