Html Css Color HEX #A959B1 Violet Blue

📋 copy color: '#A959B1'

red 169 ◦ green 89 ◦ blue 177

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

Shades of Violet Blue #A959B1

Tints of Violet Blue #A959B1

RGB

 RED value IS 169 (66.41% from 255) = 38.85%

 GREEN value IS 89 (35.16% from 255) = 20.46%

 BLUE value IS 177 (69.53% from 255) = 40.69%

R = 38.85%
G = 20.46%
B = 40.69%

CMYK

 C value IS 0.05

 M value IS 0.50

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A959B1 (or 0xA959B1) is known color: Violet Blue. HEX triplet: A9, 59 and B1. RGB value is (169,89,177). Sum of RGB (Red+Green+Blue) = 169+89+177=435 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.85% from 435); Green value is 89 (35.16% from 255 or 20.46% from 435); Blue value is 177 (69.53% from 255 or 40.69% from 435); Max value from RGB is 177 - color contains mainly: blue. Hex color #A959B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A959B1 is #56A64E. Grayscale: #7A7A7A. Windows color (decimal): -5678671 or 11622825. OLE color: 11622825.

HSL color Cylindrical-coordinate representation of color #A959B1: hue angle of 294.55º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A959B1 is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 169 89 177 -
CMYK 0.05 0.50 0 0.31
HSL 294.55º 0.36% 0.52% -
HSV(B) 294.55º 0.5% 0.69% -
XYZ 27.87 18.75 43.75 -
YUV 122.95 158.5 160.84 -
System Red Green Blue C M Y K H S L
Decimal 169 89 177 0.05 0.50 0 0.31 294.55 0.36 0.52
Hex A9 59 B1 5 32 0 1F 127 24 34
Octal 251 131 261 5 62 0 37 447 44 64
Binary 10101001 1011001 10110001 101 110010 0 11111 100100111 100100 110100

Color Harmonies of #A959B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A959B1

Black with #A959B1

Text Example


Text Example

White with #A959B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A959B1; }

 p { color: rgb(169,89,177); }

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

background-color css

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

 a { background-color: rgb(169,89,177); }

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

border-color css

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

 span { border-color: rgb(169,89,177); }

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