Html Css Color HEX #A959A4 Violet Blue

📋 copy color: '#A959A4'

red 169 ◦ green 89 ◦ blue 164

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

Shades of Violet Blue #A959A4

Tints of Violet Blue #A959A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 38.86%

R = 40.05%
G = 21.09%
B = 38.86%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.03

 K value IS 0.34

RGB Variations

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

Color information

#A959A4 (or 0xA959A4) is known color: Violet Blue. HEX triplet: A9, 59 and A4. RGB value is (169,89,164). Sum of RGB (Red+Green+Blue) = 169+89+164=422 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.05% from 422); Green value is 89 (35.16% from 255 or 21.09% from 422); Blue value is 164 (64.45% from 255 or 38.86% from 422); Max value from RGB is 169 - color contains mainly: red. Hex color #A959A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A959A4 is #56A65B. Grayscale: #797979. Windows color (decimal): -5678684 or 10770857. OLE color: 10770857.

HSL color Cylindrical-coordinate representation of color #A959A4: hue angle of 303.75º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A959A4 is Cyan = 0, Magento = 0.47, Yellow = 0.03 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 89 164 -
CMYK 0 0.47 0.03 0.34
HSL 303.75º 0.32% 0.51% -
HSV(B) 303.75º 0.47% 0.66% -
XYZ 26.64 18.26 37.24 -
YUV 121.47 152 161.9 -
System Red Green Blue C M Y K H S L
Decimal 169 89 164 0 0.47 0.03 0.34 303.75 0.32 0.51
Hex A9 59 A4 0 2F 3 22 130 20 33
Octal 251 131 244 0 57 3 42 460 40 63
Binary 10101001 1011001 10100100 0 101111 11 100010 100110000 100000 110011

Color Harmonies of #A959A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A959A4

Black with #A959A4

Text Example


Text Example

White with #A959A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A959A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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