#AE6CB1

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

Shades of Violet Blue #AE6CB1

Tints of Violet Blue #AE6CB1

Color information

#AE6CB1 (or 0xAE6CB1) is unknown color: approx Violet Blue. HEX triplet: AE, 6C and B1. RGB value is (174,108,177). Sum of RGB (Red+Green+Blue) = 174+108+177=459 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.91% from 459); Green value is 108 (42.58% from 255 or 23.53% from 459); Blue value is 177 (69.53% from 255 or 38.56% from 459); Max value from RGB is 177 - color contains mainly: blue. Hex color #AE6CB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6CB1 is #51934E. Grayscale: #878787. Windows color (decimal): -5346127 or 11627694. OLE color: 11627694.

HSL color Cylindrical-coordinate representation of color #AE6CB1: hue angle of 297.39º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AE6CB1 is Cyan = 0.02, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB174108177-
CMYK0.020.3900.31
HSL297.39º30.67%55.88%-
HSV(B)297.39º38.98%69.41%-
XYZ30.7522.944.39-
YUV135.6151.37155.39-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.91%
GREEN value IS 108 (42.58% from 255) = 23.53%
BLUE value IS 177 (69.53% from 255) = 38.56%
R=37.91%
G=23.53%
B=38.56%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1741081770.020.3900.31297.3930.6755.88
HexAE6CB122701F1291f38
Octal2561542612470374513770
Binary101011101101100101100011010011101111110010100111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6CB1; }

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

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

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

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

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

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

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

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