#A662AF

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

Shades of Violet Blue #A662AF

Tints of Violet Blue #A662AF

Color information

#A662AF (or 0xA662AF) is unknown color: approx Violet Blue. HEX triplet: A6, 62 and AF. RGB value is (166,98,175). Sum of RGB (Red+Green+Blue) = 166+98+175=439 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.81% from 439); Green value is 98 (38.67% from 255 or 22.32% from 439); Blue value is 175 (68.75% from 255 or 39.86% from 439); Max value from RGB is 175 - color contains mainly: blue. Hex color #A662AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A662AF is #599D50. Grayscale: #7E7E7E. Windows color (decimal): -5872977 or 11494054. OLE color: 11494054.

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

Color convert

RGB16698175-
CMYK0.050.4400.31
HSL292.99º32.49%53.53%-
HSV(B)292.99º44%68.63%-
XYZ27.8319.9442.94-
YUV127.11155.03155.74-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.81%
GREEN value IS 98 (38.67% from 255) = 22.32%
BLUE value IS 175 (68.75% from 255) = 39.86%
R=37.81%
G=22.32%
B=39.86%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal166981750.050.4400.31292.9932.4953.53
HexA662AF52C01F1252036
Octal2461422575540374454066
Binary10100110110001010101111101101100011111100100101100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A662AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A662AF; }

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

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

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

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

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

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

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

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