#AE26D1

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

Shades of Dark Orchid #AE26D1

Tints of Dark Orchid #AE26D1

Color information

#AE26D1 (or 0xAE26D1) is unknown color: approx Dark Orchid. HEX triplet: AE, 26 and D1. RGB value is (174,38,209). Sum of RGB (Red+Green+Blue) = 174+38+209=421 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.33% from 421); Green value is 38 (15.23% from 255 or 9.03% from 421); Blue value is 209 (82.03% from 255 or 49.64% from 421); Max value from RGB is 209 - color contains mainly: blue. Hex color #AE26D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE26D1 is #51D92E. Grayscale: #616161. Windows color (decimal): -5364015 or 13706926. OLE color: 13706926.

HSL color Cylindrical-coordinate representation of color #AE26D1: hue angle of 287.72º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AE26D1 is Cyan = 0.17, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB17438209-
CMYK0.170.8200.18
HSL287.72º69.23%48.43%-
HSV(B)287.72º81.82%81.96%-
XYZ29.6614.9961.65-
YUV98.16190.56182.1-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.33%
GREEN value IS 38 (15.23% from 255) = 9.03%
BLUE value IS 209 (82.03% from 255) = 49.64%
R=41.33%
G=9.03%
B=49.64%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal174382090.170.8200.18287.7269.2348.43
HexAE26D111520121204530
Octal256463212112202244010560
Binary10101110100110110100011000110100100100101001000001000101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE26D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE26D1; }

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

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

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

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

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

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

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

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