#AE269E

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

Shades of Medium Red Violet #AE269E

Tints of Medium Red Violet #AE269E

Color information

#AE269E (or 0xAE269E) is unknown color: approx Medium Red Violet. HEX triplet: AE, 26 and 9E. RGB value is (174,38,158). Sum of RGB (Red+Green+Blue) = 174+38+158=370 (49% of max value = 765). Red value is 174 (68.36% from 255 or 47.03% from 370); Green value is 38 (15.23% from 255 or 10.27% from 370); Blue value is 158 (62.11% from 255 or 42.70% from 370); Max value from RGB is 174 - color contains mainly: red. Hex color #AE269E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE269E is #51D961. Grayscale: #5B5B5B. Windows color (decimal): -5364066 or 10364590. OLE color: 10364590.

HSL color Cylindrical-coordinate representation of color #AE269E: hue angle of 307.06º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AE269E is Cyan = 0, Magento = 0.78, Yellow = 0.09 and Black (K on CMYK) = 0.32.

Color convert

RGB17438158-
CMYK00.780.090.32
HSL307.06º64.15%41.57%-
HSV(B)307.06º78.16%68.24%-
XYZ24.3212.8533.55-
YUV92.34165.06186.24-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.03%
GREEN value IS 38 (15.23% from 255) = 10.27%
BLUE value IS 158 (62.11% from 255) = 42.70%
R=47.03%
G=10.27%
B=42.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.09
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1743815800.780.090.32307.0664.1541.57
HexAE269E04E920133402a
Octal256462360116114046310052
Binary10101110100110100111100100111010011000001001100111000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE269E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE269E; }

 p { color: rgb(174,38,158); }

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

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

 a { background-color: rgb(174,38,158); }

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

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

 span { border-color: rgb(174,38,158); }

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