#AE61B4

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

Shades of Violet Blue #AE61B4

Tints of Violet Blue #AE61B4

Color information

#AE61B4 (or 0xAE61B4) is unknown color: approx Violet Blue. HEX triplet: AE, 61 and B4. RGB value is (174,97,180). Sum of RGB (Red+Green+Blue) = 174+97+180=451 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.58% from 451); Green value is 97 (38.28% from 255 or 21.51% from 451); Blue value is 180 (70.70% from 255 or 39.91% from 451); Max value from RGB is 180 - color contains mainly: blue. Hex color #AE61B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE61B4 is #519E4B. Grayscale: #818181. Windows color (decimal): -5348940 or 11821486. OLE color: 11821486.

HSL color Cylindrical-coordinate representation of color #AE61B4: hue angle of 295.66º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AE61B4 is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17497180-
CMYK0.030.4600.29
HSL295.66º35.62%54.31%-
HSV(B)295.66º46.11%70.59%-
XYZ29.9720.8445.62-
YUV129.49156.51159.75-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.58%
GREEN value IS 97 (38.28% from 255) = 21.51%
BLUE value IS 180 (70.70% from 255) = 39.91%
R=38.58%
G=21.51%
B=39.91%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal174971800.030.4600.29295.6635.6254.31
HexAE61B432E01D1282436
Octal2561412643560354504466
Binary1010111011000011011010011101110011101100101000100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE61B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE61B4; }

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

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

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

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

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

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

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

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