Html Css Color HEX #A5519B Violet Blue

📋 copy color: '#A5519B'

red 165 ◦ green 81 ◦ blue 155

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

Shades of Violet Blue #A5519B

Tints of Violet Blue #A5519B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.2%

 BLUE value IS 155 (60.94% from 255) = 38.65%

R = 41.15%
G = 20.2%
B = 38.65%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.06

 K value IS 0.35

RGB Variations

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

Color information

#A5519B (or 0xA5519B) is known color: Violet Blue. HEX triplet: A5, 51 and 9B. RGB value is (165,81,155). Sum of RGB (Red+Green+Blue) = 165+81+155=401 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.15% from 401); Green value is 81 (32.03% from 255 or 20.20% from 401); Blue value is 155 (60.94% from 255 or 38.65% from 401); Max value from RGB is 165 - color contains mainly: red. Hex color #A5519B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5519B is #5AAE64. Grayscale: #727272. Windows color (decimal): -5942885 or 10178981. OLE color: 10178981.

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

Color convert

RGB 165 81 155 -
CMYK 0 0.51 0.06 0.35
HSL 307.14º 0.34% 0.48% -
HSV(B) 307.14º 0.51% 0.65% -
XYZ 24.38 16.25 32.86 -
YUV 114.55 150.83 163.98 -
System Red Green Blue C M Y K H S L
Decimal 165 81 155 0 0.51 0.06 0.35 307.14 0.34 0.48
Hex A5 51 9B 0 33 6 23 133 22 30
Octal 245 121 233 0 63 6 43 463 42 60
Binary 10100101 1010001 10011011 0 110011 110 100011 100110011 100010 110000

Color Harmonies of #A5519B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5519B

Black with #A5519B

Text Example


Text Example

White with #A5519B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5519B; }

 p { color: rgb(165,81,155); }

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

background-color css

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

 a { background-color: rgb(165,81,155); }

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

border-color css

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

 span { border-color: rgb(165,81,155); }

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