#AE25E4

Color #AE25E4 Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #AE25E4

Tints of Dark Orchid #AE25E4

Color information

#AE25E4 (or 0xAE25E4) is unknown color: approx Dark Orchid. HEX triplet: AE, 25 and E4. RGB value is (174,37,228). Sum of RGB (Red+Green+Blue) = 174+37+228=439 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.64% from 439); Green value is 37 (14.84% from 255 or 8.43% from 439); Blue value is 228 (89.45% from 255 or 51.94% from 439); Max value from RGB is 228 - color contains mainly: blue. Hex color #AE25E4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE25E4 is #51DA1B. Grayscale: #636363. Windows color (decimal): -5364252 or 14951854. OLE color: 14951854.

HSL color Cylindrical-coordinate representation of color #AE25E4: hue angle of 283.04º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AE25E4 is Cyan = 0.24, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB17437228-
CMYK0.240.8400.11
HSL283.04º77.96%51.96%-
HSV(B)283.04º83.77%89.41%-
XYZ32.1215.9274.78-
YUV99.74200.39180.97-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.64%
GREEN value IS 37 (14.84% from 255) = 8.43%
BLUE value IS 228 (89.45% from 255) = 51.94%
R=39.64%
G=8.43%
B=51.94%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal174372280.240.8400.11283.0477.9651.96
HexAE25E418540B11b4e34
Octal256453443012401343311664
Binary1010111010010111100100110001010100010111000110111001110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE25E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE25E4; }

 p { color: rgb(174,37,228); }

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

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

 a { background-color: rgb(174,37,228); }

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

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

 span { border-color: rgb(174,37,228); }

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