#A665A2

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

Shades of Violet Blue #A665A2

Tints of Violet Blue #A665A2

Color information

#A665A2 (or 0xA665A2) is unknown color: approx Violet Blue. HEX triplet: A6, 65 and A2. RGB value is (166,101,162). Sum of RGB (Red+Green+Blue) = 166+101+162=429 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.69% from 429); Green value is 101 (39.84% from 255 or 23.54% from 429); Blue value is 162 (63.67% from 255 or 37.76% from 429); Max value from RGB is 166 - color contains mainly: red. Hex color #A665A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A665A2 is #599A5D. Grayscale: #7F7F7F. Windows color (decimal): -5872222 or 10642854. OLE color: 10642854.

HSL color Cylindrical-coordinate representation of color #A665A2: hue angle of 303.69º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A665A2 is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.35.

Color convert

RGB166101162-
CMYK00.390.020.35
HSL303.69º26.75%52.35%-
HSV(B)303.69º39.16%65.1%-
XYZ26.920.0236.63-
YUV127.39147.53155.54-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.69%
GREEN value IS 101 (39.84% from 255) = 23.54%
BLUE value IS 162 (63.67% from 255) = 37.76%
R=38.69%
G=23.54%
B=37.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.02
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16610116200.390.020.35303.6926.7552.35
HexA665A20272231301b34
Octal2461452420472434603364
Binary1010011011001011010001001001111010001110011000011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A665A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A665A2; }

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

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

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

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

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

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

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

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