Html Css Color HEX #A957B1 Violet Blue

📋 copy color: '#A957B1'

red 169 ◦ green 87 ◦ blue 177

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

Shades of Violet Blue #A957B1

Tints of Violet Blue #A957B1

RGB

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

 GREEN value IS 87 (34.38% from 255) = 20.09%

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

R = 39.03%
G = 20.09%
B = 40.88%

CMYK

 C value IS 0.05

 M value IS 0.51

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A957B1 (or 0xA957B1) is known color: Violet Blue. HEX triplet: A9, 57 and B1. RGB value is (169,87,177). Sum of RGB (Red+Green+Blue) = 169+87+177=433 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.03% from 433); Green value is 87 (34.38% from 255 or 20.09% from 433); Blue value is 177 (69.53% from 255 or 40.88% from 433); Max value from RGB is 177 - color contains mainly: blue. Hex color #A957B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A957B1 is #56A84E. Grayscale: #797979. Windows color (decimal): -5679183 or 11622313. OLE color: 11622313.

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

Color convert

RGB 169 87 177 -
CMYK 0.05 0.51 0 0.31
HSL 294.67º 0.37% 0.52% -
HSV(B) 294.67º 0.51% 0.69% -
XYZ 27.71 18.43 43.69 -
YUV 121.78 159.17 161.68 -
System Red Green Blue C M Y K H S L
Decimal 169 87 177 0.05 0.51 0 0.31 294.67 0.37 0.52
Hex A9 57 B1 5 33 0 1F 127 25 34
Octal 251 127 261 5 63 0 37 447 45 64
Binary 10101001 1010111 10110001 101 110011 0 11111 100100111 100101 110100

Color Harmonies of #A957B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A957B1

Black with #A957B1

Text Example


Text Example

White with #A957B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A957B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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