Html Css Color HEX #A5528E Violet Blue

📋 copy color: '#A5528E'

red 165 ◦ green 82 ◦ blue 142

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

Shades of Violet Blue #A5528E

Tints of Violet Blue #A5528E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 36.5%

R = 42.42%
G = 21.08%
B = 36.5%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.14

 K value IS 0.35

RGB Variations

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

Color information

#A5528E (or 0xA5528E) is known color: Violet Blue. HEX triplet: A5, 52 and 8E. RGB value is (165,82,142). Sum of RGB (Red+Green+Blue) = 165+82+142=389 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.42% from 389); Green value is 82 (32.42% from 255 or 21.08% from 389); Blue value is 142 (55.86% from 255 or 36.50% from 389); Max value from RGB is 165 - color contains mainly: red. Hex color #A5528E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5528E is #5AAD71. Grayscale: #717171. Windows color (decimal): -5942642 or 9327269. OLE color: 9327269.

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

Color convert

RGB 165 82 142 -
CMYK 0 0.50 0.14 0.35
HSL 316.63º 0.34% 0.48% -
HSV(B) 316.63º 0.5% 0.65% -
XYZ 23.42 15.99 27.44 -
YUV 113.66 144 164.62 -
System Red Green Blue C M Y K H S L
Decimal 165 82 142 0 0.50 0.14 0.35 316.63 0.34 0.48
Hex A5 52 8E 0 32 E 23 13D 22 30
Octal 245 122 216 0 62 16 43 475 42 60
Binary 10100101 1010010 10001110 0 110010 1110 100011 100111101 100010 110000

Color Harmonies of #A5528E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5528E

Black with #A5528E

Text Example


Text Example

White with #A5528E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5528E; }

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

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

background-color css

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

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

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

border-color css

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

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

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