#AE61AF

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

Shades of Violet Blue #AE61AF

Tints of Violet Blue #AE61AF

Color information

#AE61AF (or 0xAE61AF) is unknown color: approx Violet Blue. HEX triplet: AE, 61 and AF. RGB value is (174,97,175). Sum of RGB (Red+Green+Blue) = 174+97+175=446 (59% of max value = 765). Red value is 174 (68.36% from 255 or 39.01% from 446); Green value is 97 (38.28% from 255 or 21.75% from 446); Blue value is 175 (68.75% from 255 or 39.24% from 446); Max value from RGB is 175 - color contains mainly: blue. Hex color #AE61AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE61AF is #519E50. Grayscale: #808080. Windows color (decimal): -5348945 or 11493806. OLE color: 11493806.

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

Color convert

RGB17497175-
CMYK0.010.4500.31
HSL299.23º32.77%53.33%-
HSV(B)299.23º44.57%68.63%-
XYZ29.4720.6442.99-
YUV128.92154.01160.16-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.01%
GREEN value IS 97 (38.28% from 255) = 21.75%
BLUE value IS 175 (68.75% from 255) = 39.24%
R=39.01%
G=21.75%
B=39.24%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal174971750.010.4500.31299.2332.7753.33
HexAE61AF12D01F12b2135
Octal2561412571550374534165
Binary101011101100001101011111101101011111100101011100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE61AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE61AF; }

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

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

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

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

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

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

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

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