Html Css Color HEX #A956AB Violet Blue

📋 copy color: '#A956AB'

red 169 ◦ green 86 ◦ blue 171

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

Shades of Violet Blue #A956AB

Tints of Violet Blue #A956AB

RGB

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

 GREEN value IS 86 (33.98% from 255) = 20.19%

 BLUE value IS 171 (67.19% from 255) = 40.14%

R = 39.67%
G = 20.19%
B = 40.14%

CMYK

 C value IS 0.01

 M value IS 0.50

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A956AB (or 0xA956AB) is known color: Violet Blue. HEX triplet: A9, 56 and AB. RGB value is (169,86,171). Sum of RGB (Red+Green+Blue) = 169+86+171=426 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.67% from 426); Green value is 86 (33.98% from 255 or 20.19% from 426); Blue value is 171 (67.19% from 255 or 40.14% from 426); Max value from RGB is 171 - color contains mainly: blue. Hex color #A956AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A956AB is #56A954. Grayscale: #787878. Windows color (decimal): -5679445 or 11228841. OLE color: 11228841.

HSL color Cylindrical-coordinate representation of color #A956AB: hue angle of 298.59º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A956AB is Cyan = 0.01, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 169 86 171 -
CMYK 0.01 0.50 0 0.33
HSL 298.59º 0.34% 0.5% -
HSV(B) 298.59º 0.5% 0.67% -
XYZ 27.04 18.03 40.58 -
YUV 120.51 156.5 162.59 -
System Red Green Blue C M Y K H S L
Decimal 169 86 171 0.01 0.50 0 0.33 298.59 0.34 0.5
Hex A9 56 AB 1 32 0 21 12B 22 32
Octal 251 126 253 1 62 0 41 453 42 62
Binary 10101001 1010110 10101011 1 110010 0 100001 100101011 100010 110010

Color Harmonies of #A956AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A956AB

Black with #A956AB

Text Example


Text Example

White with #A956AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A956AB; }

 p { color: rgb(169,86,171); }

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

background-color css

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

 a { background-color: rgb(169,86,171); }

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

border-color css

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

 span { border-color: rgb(169,86,171); }

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