#AE4BA4

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

Shades of Violet Blue #AE4BA4

Tints of Violet Blue #AE4BA4

Color information

#AE4BA4 (or 0xAE4BA4) is unknown color: approx Violet Blue. HEX triplet: AE, 4B and A4. RGB value is (174,75,164). Sum of RGB (Red+Green+Blue) = 174+75+164=413 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.13% from 413); Green value is 75 (29.69% from 255 or 18.16% from 413); Blue value is 164 (64.45% from 255 or 39.71% from 413); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4BA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE4BA4 is #51B45B. Grayscale: #727272. Windows color (decimal): -5354588 or 10767278. OLE color: 10767278.

HSL color Cylindrical-coordinate representation of color #AE4BA4: hue angle of 306.06º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AE4BA4 is Cyan = 0, Magento = 0.57, Yellow = 0.06 and Black (K on CMYK) = 0.32.

Color convert

RGB17475164-
CMYK00.570.060.32
HSL306.06º39.76%48.82%-
HSV(B)306.06º56.9%68.24%-
XYZ26.6716.7136.94-
YUV114.75155.8170.26-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.13%
GREEN value IS 75 (29.69% from 255) = 18.16%
BLUE value IS 164 (64.45% from 255) = 39.71%
R=42.13%
G=18.16%
B=39.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.06
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1747516400.570.060.32306.0639.7648.82
HexAE4BA40396201322831
Octal2561132440716404625061
Binary101011101001011101001000111001110100000100110010101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4BA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4BA4; }

 p { color: rgb(174,75,164); }

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

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

 a { background-color: rgb(174,75,164); }

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

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

 span { border-color: rgb(174,75,164); }

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