#AE6CB4

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

Shades of Violet Blue #AE6CB4

Tints of Violet Blue #AE6CB4

Color information

#AE6CB4 (or 0xAE6CB4) is unknown color: approx Violet Blue. HEX triplet: AE, 6C and B4. RGB value is (174,108,180). Sum of RGB (Red+Green+Blue) = 174+108+180=462 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.66% from 462); Green value is 108 (42.58% from 255 or 23.38% from 462); Blue value is 180 (70.70% from 255 or 38.96% from 462); Max value from RGB is 180 - color contains mainly: blue. Hex color #AE6CB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE6CB4 is #51934B. Grayscale: #878787. Windows color (decimal): -5346124 or 11824302. OLE color: 11824302.

HSL color Cylindrical-coordinate representation of color #AE6CB4: hue angle of 295º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AE6CB4 is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB174108180-
CMYK0.030.4000.29
HSL295º32.43%56.47%-
HSV(B)295º40%70.59%-
XYZ31.0623.0245.99-
YUV135.94152.87155.15-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.66%
GREEN value IS 108 (42.58% from 255) = 23.38%
BLUE value IS 180 (70.70% from 255) = 38.96%
R=37.66%
G=23.38%
B=38.96%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1741081800.030.4000.2929532.4356.47
HexAE6CB432801D1272038
Octal2561542643500354474070
Binary1010111011011001011010011101000011101100100111100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6CB4; }

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

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

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

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

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

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

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

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