Html Css Color HEX #A5529A Violet Blue

📋 copy color: '#A5529A'

red 165 ◦ green 82 ◦ blue 154

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

Shades of Violet Blue #A5529A

Tints of Violet Blue #A5529A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 38.4%

R = 41.15%
G = 20.45%
B = 38.4%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.07

 K value IS 0.35

RGB Variations

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

Color information

#A5529A (or 0xA5529A) is known color: Violet Blue. HEX triplet: A5, 52 and 9A. RGB value is (165,82,154). Sum of RGB (Red+Green+Blue) = 165+82+154=401 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.15% from 401); Green value is 82 (32.42% from 255 or 20.45% from 401); Blue value is 154 (60.55% from 255 or 38.40% from 401); Max value from RGB is 165 - color contains mainly: red. Hex color #A5529A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5529A is #5AAD65. Grayscale: #727272. Windows color (decimal): -5942630 or 10113701. OLE color: 10113701.

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

Color convert

RGB 165 82 154 -
CMYK 0 0.50 0.07 0.35
HSL 307.95º 0.34% 0.48% -
HSV(B) 307.95º 0.5% 0.65% -
XYZ 24.37 16.37 32.45 -
YUV 115.03 150 163.65 -
System Red Green Blue C M Y K H S L
Decimal 165 82 154 0 0.50 0.07 0.35 307.95 0.34 0.48
Hex A5 52 9A 0 32 7 23 134 22 30
Octal 245 122 232 0 62 7 43 464 42 60
Binary 10100101 1010010 10011010 0 110010 111 100011 100110100 100010 110000

Color Harmonies of #A5529A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5529A

Black with #A5529A

Text Example


Text Example

White with #A5529A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5529A; }

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

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

background-color css

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

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

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

border-color css

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

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

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