#A665AF

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

Shades of Violet Blue #A665AF

Tints of Violet Blue #A665AF

Color information

#A665AF (or 0xA665AF) is unknown color: approx Violet Blue. HEX triplet: A6, 65 and AF. RGB value is (166,101,175). Sum of RGB (Red+Green+Blue) = 166+101+175=442 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.56% from 442); Green value is 101 (39.84% from 255 or 22.85% from 442); Blue value is 175 (68.75% from 255 or 39.59% from 442); Max value from RGB is 175 - color contains mainly: blue. Hex color #A665AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A665AF is #599A50. Grayscale: #808080. Windows color (decimal): -5872209 or 11494822. OLE color: 11494822.

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

Color convert

RGB166101175-
CMYK0.050.4200.31
HSL292.7º31.62%54.12%-
HSV(B)292.7º42.29%68.63%-
XYZ28.1220.5143.03-
YUV128.87154.03154.48-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.56%
GREEN value IS 101 (39.84% from 255) = 22.85%
BLUE value IS 175 (68.75% from 255) = 39.59%
R=37.56%
G=22.85%
B=39.59%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1661011750.050.4200.31292.731.6254.12
HexA665AF52A01F1252036
Octal2461452575520374454066
Binary10100110110010110101111101101010011111100100101100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A665AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A665AF; }

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

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

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

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

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

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

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

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