#AE6FAF

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

Shades of Violet Blue #AE6FAF

Tints of Violet Blue #AE6FAF

Color information

#AE6FAF (or 0xAE6FAF) is unknown color: approx Violet Blue. HEX triplet: AE, 6F and AF. RGB value is (174,111,175). Sum of RGB (Red+Green+Blue) = 174+111+175=460 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.83% from 460); Green value is 111 (43.75% from 255 or 24.13% from 460); Blue value is 175 (68.75% from 255 or 38.04% from 460); Max value from RGB is 175 - color contains mainly: blue. Hex color #AE6FAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6FAF is #519050. Grayscale: #888888. Windows color (decimal): -5345361 or 11497390. OLE color: 11497390.

HSL color Cylindrical-coordinate representation of color #AE6FAF: hue angle of 299.06º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AE6FAF is Cyan = 0.01, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB174111175-
CMYK0.010.3700.31
HSL299.06º28.57%56.08%-
HSV(B)299.06º36.57%68.63%-
XYZ30.8823.4643.46-
YUV137.13149.37154.3-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.83%
GREEN value IS 111 (43.75% from 255) = 24.13%
BLUE value IS 175 (68.75% from 255) = 38.04%
R=37.83%
G=24.13%
B=38.04%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1741111750.010.3700.31299.0628.5756.08
HexAE6FAF12501F12b1d38
Octal2561572571450374533570
Binary10101110110111110101111110010101111110010101111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6FAF; }

 p { color: rgb(174,111,175); }

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

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

 a { background-color: rgb(174,111,175); }

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

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

 span { border-color: rgb(174,111,175); }

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