#AE25CC

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

Shades of Dark Orchid #AE25CC

Tints of Dark Orchid #AE25CC

Color information

#AE25CC (or 0xAE25CC) is unknown color: approx Dark Orchid. HEX triplet: AE, 25 and CC. RGB value is (174,37,204). Sum of RGB (Red+Green+Blue) = 174+37+204=415 (54% of max value = 765). Red value is 174 (68.36% from 255 or 41.93% from 415); Green value is 37 (14.84% from 255 or 8.92% from 415); Blue value is 204 (80.08% from 255 or 49.16% from 415); Max value from RGB is 204 - color contains mainly: blue. Hex color #AE25CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE25CC is #51DA33. Grayscale: #606060. Windows color (decimal): -5364276 or 13378990. OLE color: 13378990.

HSL color Cylindrical-coordinate representation of color #AE25CC: hue angle of 289.22º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AE25CC is Cyan = 0.15, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB17437204-
CMYK0.150.8200.2
HSL289.22º69.29%47.25%-
HSV(B)289.22º81.86%80%-
XYZ29.0214.6858.43-
YUV97188.39182.92-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.93%
GREEN value IS 37 (14.84% from 255) = 8.92%
BLUE value IS 204 (80.08% from 255) = 49.16%
R=41.93%
G=8.92%
B=49.16%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal174372040.150.8200.2289.2269.2947.25
HexAE25CCF52014121452f
Octal256453141712202444110557
Binary1010111010010111001100111110100100101001001000011000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE25CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE25CC; }

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

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

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

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

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

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

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

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