#AE67A2

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

Shades of Violet Blue #AE67A2

Tints of Violet Blue #AE67A2

Color information

#AE67A2 (or 0xAE67A2) is unknown color: approx Violet Blue. HEX triplet: AE, 67 and A2. RGB value is (174,103,162). Sum of RGB (Red+Green+Blue) = 174+103+162=439 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.64% from 439); Green value is 103 (40.62% from 255 or 23.46% from 439); Blue value is 162 (63.67% from 255 or 36.90% from 439); Max value from RGB is 174 - color contains mainly: red. Hex color #AE67A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE67A2 is #51985D. Grayscale: #828282. Windows color (decimal): -5347422 or 10643374. OLE color: 10643374.

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

Color convert

RGB174103162-
CMYK00.410.070.32
HSL310.14º30.47%54.31%-
HSV(B)310.14º40.8%68.24%-
XYZ28.8321.3136.78-
YUV130.95145.52158.7-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.64%
GREEN value IS 103 (40.62% from 255) = 23.46%
BLUE value IS 162 (63.67% from 255) = 36.90%
R=39.64%
G=23.46%
B=36.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.07
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17410316200.410.070.32310.1430.4754.31
HexAE67A20297201361e36
Octal2561472420517404663666
Binary10101110110011110100010010100111110000010011011011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE67A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE67A2; }

 p { color: rgb(174,103,162); }

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

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

 a { background-color: rgb(174,103,162); }

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

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

 span { border-color: rgb(174,103,162); }

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