#AE5CA7

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

Shades of Violet Blue #AE5CA7

Tints of Violet Blue #AE5CA7

Color information

#AE5CA7 (or 0xAE5CA7) is unknown color: approx Violet Blue. HEX triplet: AE, 5C and A7. RGB value is (174,92,167). Sum of RGB (Red+Green+Blue) = 174+92+167=433 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.18% from 433); Green value is 92 (36.33% from 255 or 21.25% from 433); Blue value is 167 (65.62% from 255 or 38.57% from 433); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5CA7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE5CA7 is #51A358. Grayscale: #7C7C7C. Windows color (decimal): -5350233 or 10968238. OLE color: 10968238.

HSL color Cylindrical-coordinate representation of color #AE5CA7: hue angle of 305.12º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AE5CA7 is Cyan = 0, Magento = 0.47, Yellow = 0.04 and Black (K on CMYK) = 0.32.

Color convert

RGB17492167-
CMYK00.470.040.32
HSL305.12º33.61%52.16%-
HSV(B)305.12º47.13%68.24%-
XYZ28.2619.4438.82-
YUV125.07151.67162.9-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.18%
GREEN value IS 92 (36.33% from 255) = 21.25%
BLUE value IS 167 (65.62% from 255) = 38.57%
R=40.18%
G=21.25%
B=38.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.04
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1749216700.470.040.32305.1233.6152.16
HexAE5CA702F4201312234
Octal2561342470574404614264
Binary101011101011100101001110101111100100000100110001100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5CA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5CA7; }

 p { color: rgb(174,92,167); }

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

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

 a { background-color: rgb(174,92,167); }

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

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

 span { border-color: rgb(174,92,167); }

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