Html Css Color HEX #A959AC Violet Blue

📋 copy color: '#A959AC'

red 169 ◦ green 89 ◦ blue 172

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

Shades of Violet Blue #A959AC

Tints of Violet Blue #A959AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 40%

R = 39.3%
G = 20.7%
B = 40%

CMYK

 C value IS 0.02

 M value IS 0.48

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A959AC (or 0xA959AC) is known color: Violet Blue. HEX triplet: A9, 59 and AC. RGB value is (169,89,172). Sum of RGB (Red+Green+Blue) = 169+89+172=430 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.30% from 430); Green value is 89 (35.16% from 255 or 20.70% from 430); Blue value is 172 (67.58% from 255 or 40% from 430); Max value from RGB is 172 - color contains mainly: blue. Hex color #A959AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A959AC is #56A653. Grayscale: #7A7A7A. Windows color (decimal): -5678676 or 11295145. OLE color: 11295145.

HSL color Cylindrical-coordinate representation of color #A959AC: hue angle of 297.83º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A959AC is Cyan = 0.02, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 169 89 172 -
CMYK 0.02 0.48 0 0.33
HSL 297.83º 0.33% 0.51% -
HSV(B) 297.83º 0.48% 0.67% -
XYZ 27.38 18.56 41.17 -
YUV 122.38 156 161.25 -
System Red Green Blue C M Y K H S L
Decimal 169 89 172 0.02 0.48 0 0.33 297.83 0.33 0.51
Hex A9 59 AC 2 30 0 21 12A 21 33
Octal 251 131 254 2 60 0 41 452 41 63
Binary 10101001 1011001 10101100 10 110000 0 100001 100101010 100001 110011

Color Harmonies of #A959AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A959AC

Black with #A959AC

Text Example


Text Example

White with #A959AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A959AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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