#A665AD

Color #A665AD Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #A665AD

Tints of Violet Blue #A665AD

Color information

#A665AD (or 0xA665AD) is unknown color: approx Violet Blue. HEX triplet: A6, 65 and AD. RGB value is (166,101,173). Sum of RGB (Red+Green+Blue) = 166+101+173=440 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.73% from 440); Green value is 101 (39.84% from 255 or 22.95% from 440); Blue value is 173 (67.97% from 255 or 39.32% from 440); Max value from RGB is 173 - color contains mainly: blue. Hex color #A665AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A665AD is #599A52. Grayscale: #808080. Windows color (decimal): -5872211 or 11363750. OLE color: 11363750.

HSL color Cylindrical-coordinate representation of color #A665AD: hue angle of 294.17º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A665AD is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB166101173-
CMYK0.040.4200.32
HSL294.17º30.51%53.73%-
HSV(B)294.17º41.62%67.84%-
XYZ27.9220.4342.01-
YUV128.64153.03154.65-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.73%
GREEN value IS 101 (39.84% from 255) = 22.95%
BLUE value IS 173 (67.97% from 255) = 39.32%
R=37.73%
G=22.95%
B=39.32%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1661011730.040.4200.32294.1730.5153.73
HexA665AD42A0201261f36
Octal2461452554520404463766
Binary10100110110010110101101100101010010000010010011011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A665AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A665AD; }

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

 H1.HeaderClassName
 {
   color: #A665AD;
 }
 .AnyTagClassName
 {
   color: #A665AD;
 }
</style>
background-color css

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

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

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

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

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

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