#AE26C0

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

Shades of Dark Orchid #AE26C0

Tints of Dark Orchid #AE26C0

Color information

#AE26C0 (or 0xAE26C0) is unknown color: approx Dark Orchid. HEX triplet: AE, 26 and C0. RGB value is (174,38,192). Sum of RGB (Red+Green+Blue) = 174+38+192=404 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.07% from 404); Green value is 38 (15.23% from 255 or 9.41% from 404); Blue value is 192 (75.39% from 255 or 47.52% from 404); Max value from RGB is 192 - color contains mainly: blue. Hex color #AE26C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE26C0 is #51D93F. Grayscale: #5F5F5F. Windows color (decimal): -5364032 or 12592814. OLE color: 12592814.

HSL color Cylindrical-coordinate representation of color #AE26C0: hue angle of 292.99º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AE26C0 is Cyan = 0.09, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17438192-
CMYK0.090.8000.25
HSL292.99º66.96%45.1%-
HSV(B)292.99º80.21%75.29%-
XYZ27.6614.1951.15-
YUV96.22182.06183.48-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.07%
GREEN value IS 38 (15.23% from 255) = 9.41%
BLUE value IS 192 (75.39% from 255) = 47.52%
R=43.07%
G=9.41%
B=47.52%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal174381920.090.8000.25292.9966.9645.1
HexAE26C0950019125432d
Octal256463001112003144510355
Binary1010111010011011000000100110100000110011001001011000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE26C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE26C0; }

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

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

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

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

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

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

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

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