Html Css Color HEX #A5559A Violet Blue

📋 copy color: '#A5559A'

red 165 ◦ green 85 ◦ blue 154

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

Shades of Violet Blue #A5559A

Tints of Violet Blue #A5559A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.04%

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

R = 40.84%
G = 21.04%
B = 38.12%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.07

 K value IS 0.35

RGB Variations

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

Color information

#A5559A (or 0xA5559A) is known color: Violet Blue. HEX triplet: A5, 55 and 9A. RGB value is (165,85,154). Sum of RGB (Red+Green+Blue) = 165+85+154=404 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.84% from 404); Green value is 85 (33.59% from 255 or 21.04% from 404); Blue value is 154 (60.55% from 255 or 38.12% from 404); Max value from RGB is 165 - color contains mainly: red. Hex color #A5559A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5559A is #5AAA65. Grayscale: #747474. Windows color (decimal): -5941862 or 10114469. OLE color: 10114469.

HSL color Cylindrical-coordinate representation of color #A5559A: hue angle of 308.25º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A5559A is Cyan = 0, Magento = 0.48, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 85 154 -
CMYK 0 0.48 0.07 0.35
HSL 308.25º 0.32% 0.49% -
HSV(B) 308.25º 0.48% 0.65% -
XYZ 24.6 16.83 32.52 -
YUV 116.79 149 162.39 -
System Red Green Blue C M Y K H S L
Decimal 165 85 154 0 0.48 0.07 0.35 308.25 0.32 0.49
Hex A5 55 9A 0 30 7 23 134 20 31
Octal 245 125 232 0 60 7 43 464 40 61
Binary 10100101 1010101 10011010 0 110000 111 100011 100110100 100000 110001

Color Harmonies of #A5559A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5559A

Black with #A5559A

Text Example


Text Example

White with #A5559A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5559A; }

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

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

background-color css

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

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

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

border-color css

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

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

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