Html Css Color HEX #A656AD Violet Blue

📋 copy color: '#A656AD'

red 166 ◦ green 86 ◦ blue 173

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

Shades of Violet Blue #A656AD

Tints of Violet Blue #A656AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 40.71%

R = 39.06%
G = 20.24%
B = 40.71%

CMYK

 C value IS 0.04

 M value IS 0.50

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A656AD (or 0xA656AD) is known color: Violet Blue. HEX triplet: A6, 56 and AD. RGB value is (166,86,173). Sum of RGB (Red+Green+Blue) = 166+86+173=425 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.06% from 425); Green value is 86 (33.98% from 255 or 20.24% from 425); Blue value is 173 (67.97% from 255 or 40.71% from 425); Max value from RGB is 173 - color contains mainly: blue. Hex color #A656AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A656AD is #59A952. Grayscale: #777777. Windows color (decimal): -5876051 or 11359910. OLE color: 11359910.

HSL color Cylindrical-coordinate representation of color #A656AD: hue angle of 295.17º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A656AD is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 166 86 173 -
CMYK 0.04 0.50 0 0.32
HSL 295.17º 0.35% 0.51% -
HSV(B) 295.17º 0.5% 0.68% -
XYZ 26.6 17.78 41.57 -
YUV 119.84 158 160.93 -
System Red Green Blue C M Y K H S L
Decimal 166 86 173 0.04 0.50 0 0.32 295.17 0.35 0.51
Hex A6 56 AD 4 32 0 20 127 23 33
Octal 246 126 255 4 62 0 40 447 43 63
Binary 10100110 1010110 10101101 100 110010 0 100000 100100111 100011 110011

Color Harmonies of #A656AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A656AD

Black with #A656AD

Text Example


Text Example

White with #A656AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A656AD; }

 p { color: rgb(166,86,173); }

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

background-color css

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

 a { background-color: rgb(166,86,173); }

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

border-color css

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

 span { border-color: rgb(166,86,173); }

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