#AE6CB7

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

Shades of Violet Blue #AE6CB7

Tints of Violet Blue #AE6CB7

Color information

#AE6CB7 (or 0xAE6CB7) is unknown color: approx Violet Blue. HEX triplet: AE, 6C and B7. RGB value is (174,108,183). Sum of RGB (Red+Green+Blue) = 174+108+183=465 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.42% from 465); Green value is 108 (42.58% from 255 or 23.23% from 465); Blue value is 183 (71.88% from 255 or 39.35% from 465); Max value from RGB is 183 - color contains mainly: blue. Hex color #AE6CB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE6CB7 is #519348. Grayscale: #888888. Windows color (decimal): -5346121 or 12020910. OLE color: 12020910.

HSL color Cylindrical-coordinate representation of color #AE6CB7: hue angle of 292.8º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AE6CB7 is Cyan = 0.05, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB174108183-
CMYK0.050.4100.28
HSL292.8º34.25%57.06%-
HSV(B)292.8º40.98%71.76%-
XYZ31.3723.1447.61-
YUV136.28154.37154.9-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.42%
GREEN value IS 108 (42.58% from 255) = 23.23%
BLUE value IS 183 (71.88% from 255) = 39.35%
R=37.42%
G=23.23%
B=39.35%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1741081830.050.4100.28292.834.2557.06
HexAE6CB752901C1252239
Octal2561542675510344454271
Binary10101110110110010110111101101001011100100100101100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6CB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6CB7; }

 p { color: rgb(174,108,183); }

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

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

 a { background-color: rgb(174,108,183); }

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

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

 span { border-color: rgb(174,108,183); }

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