#AE639D

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

Shades of Violet Blue #AE639D

Tints of Violet Blue #AE639D

Color information

#AE639D (or 0xAE639D) is unknown color: approx Violet Blue. HEX triplet: AE, 63 and 9D. RGB value is (174,99,157). Sum of RGB (Red+Green+Blue) = 174+99+157=430 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.47% from 430); Green value is 99 (39.06% from 255 or 23.02% from 430); Blue value is 157 (61.72% from 255 or 36.51% from 430); Max value from RGB is 174 - color contains mainly: red. Hex color #AE639D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE639D is #519C62. Grayscale: #7F7F7F. Windows color (decimal): -5348451 or 10314670. OLE color: 10314670.

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

Color convert

RGB17499157-
CMYK00.430.100.32
HSL313.6º31.65%53.53%-
HSV(B)313.6º43.1%68.24%-
XYZ2820.3634.35-
YUV128.04144.35160.78-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.47%
GREEN value IS 99 (39.06% from 255) = 23.02%
BLUE value IS 157 (61.72% from 255) = 36.51%
R=40.47%
G=23.02%
B=36.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.10
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1749915700.430.100.32313.631.6553.53
HexAE639D02BA2013a2036
Octal25614323505312404724066
Binary1010111011000111001110101010111010100000100111010100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE639D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE639D; }

 p { color: rgb(174,99,157); }

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

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

 a { background-color: rgb(174,99,157); }

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

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

 span { border-color: rgb(174,99,157); }

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