#AE1CA1

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

Shades of Medium Violet Red #AE1CA1

Tints of Medium Violet Red #AE1CA1

Color information

#AE1CA1 (or 0xAE1CA1) is unknown color: approx Medium Violet Red. HEX triplet: AE, 1C and A1. RGB value is (174,28,161). Sum of RGB (Red+Green+Blue) = 174+28+161=363 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.93% from 363); Green value is 28 (11.33% from 255 or 7.71% from 363); Blue value is 161 (63.28% from 255 or 44.35% from 363); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1CA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE1CA1 is #51E35E. Grayscale: #565656. Windows color (decimal): -5366623 or 10558638. OLE color: 10558638.

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

Color convert

RGB17428161-
CMYK00.840.070.32
HSL305.34º72.28%39.61%-
HSV(B)305.34º83.91%68.24%-
XYZ24.312.434.83-
YUV86.82169.87190.19-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.93%
GREEN value IS 28 (11.33% from 255) = 7.71%
BLUE value IS 161 (63.28% from 255) = 44.35%
R=47.93%
G=7.71%
B=44.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.07
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1742816100.840.070.32305.3472.2839.61
HexAE1CA10547201314828
Octal25634241012474046111050
Binary101011101110010100001010101001111000001001100011001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1CA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1CA1; }

 p { color: rgb(174,28,161); }

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

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

 a { background-color: rgb(174,28,161); }

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

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

 span { border-color: rgb(174,28,161); }

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