#AE65A7

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

Shades of Violet Blue #AE65A7

Tints of Violet Blue #AE65A7

Color information

#AE65A7 (or 0xAE65A7) is unknown color: approx Violet Blue. HEX triplet: AE, 65 and A7. RGB value is (174,101,167). Sum of RGB (Red+Green+Blue) = 174+101+167=442 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.37% from 442); Green value is 101 (39.84% from 255 or 22.85% from 442); Blue value is 167 (65.62% from 255 or 37.78% from 442); Max value from RGB is 174 - color contains mainly: red. Hex color #AE65A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE65A7 is #519A58. Grayscale: #828282. Windows color (decimal): -5347929 or 10970542. OLE color: 10970542.

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

Color convert

RGB174101167-
CMYK00.420.040.32
HSL305.75º31.06%53.92%-
HSV(B)305.75º41.95%68.24%-
XYZ29.0821.139.1-
YUV130.35148.68159.13-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.37%
GREEN value IS 101 (39.84% from 255) = 22.85%
BLUE value IS 167 (65.62% from 255) = 37.78%
R=39.37%
G=22.85%
B=37.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.04
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17410116700.420.040.32305.7531.0653.92
HexAE65A702A4201321f36
Octal2561452470524404623766
Binary10101110110010110100111010101010010000010011001011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE65A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE65A7; }

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

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

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

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

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

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

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

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