Html Css Color HEX #A659A1 Violet Blue

📋 copy color: '#A659A1'

red 166 ◦ green 89 ◦ blue 161

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

Shades of Violet Blue #A659A1

Tints of Violet Blue #A659A1

RGB

 RED value IS 166 (65.23% from 255) = 39.9%

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

 BLUE value IS 161 (63.28% from 255) = 38.7%

R = 39.9%
G = 21.39%
B = 38.7%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.03

 K value IS 0.35

RGB Variations

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

Color information

#A659A1 (or 0xA659A1) is known color: Violet Blue. HEX triplet: A6, 59 and A1. RGB value is (166,89,161). Sum of RGB (Red+Green+Blue) = 166+89+161=416 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.90% from 416); Green value is 89 (35.16% from 255 or 21.39% from 416); Blue value is 161 (63.28% from 255 or 38.70% from 416); Max value from RGB is 166 - color contains mainly: red. Hex color #A659A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A659A1 is #59A65E. Grayscale: #787878. Windows color (decimal): -5875295 or 10574246. OLE color: 10574246.

HSL color Cylindrical-coordinate representation of color #A659A1: hue angle of 303.9º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A659A1 is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 89 161 -
CMYK 0 0.46 0.03 0.35
HSL 303.9º 0.3% 0.5% -
HSV(B) 303.9º 0.46% 0.65% -
XYZ 25.73 17.82 35.8 -
YUV 120.23 151.01 160.65 -
System Red Green Blue C M Y K H S L
Decimal 166 89 161 0 0.46 0.03 0.35 303.9 0.3 0.5
Hex A6 59 A1 0 2E 3 23 130 1E 32
Octal 246 131 241 0 56 3 43 460 36 62
Binary 10100110 1011001 10100001 0 101110 11 100011 100110000 11110 110010

Color Harmonies of #A659A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A659A1

Black with #A659A1

Text Example


Text Example

White with #A659A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A659A1; }

 p { color: rgb(166,89,161); }

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

background-color css

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

 a { background-color: rgb(166,89,161); }

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

border-color css

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

 span { border-color: rgb(166,89,161); }

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