#AE1CCF

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

Shades of Dark Orchid #AE1CCF

Tints of Dark Orchid #AE1CCF

Color information

#AE1CCF (or 0xAE1CCF) is unknown color: approx Dark Orchid. HEX triplet: AE, 1C and CF. RGB value is (174,28,207). Sum of RGB (Red+Green+Blue) = 174+28+207=409 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.54% from 409); Green value is 28 (11.33% from 255 or 6.85% from 409); Blue value is 207 (81.25% from 255 or 50.61% from 409); Max value from RGB is 207 - color contains mainly: blue. Hex color #AE1CCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE1CCF is #51E330. Grayscale: #5B5B5B. Windows color (decimal): -5366577 or 13573294. OLE color: 13573294.

HSL color Cylindrical-coordinate representation of color #AE1CCF: hue angle of 288.94º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AE1CCF is Cyan = 0.16, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB17428207-
CMYK0.160.8600.19
HSL288.94º76.17%46.08%-
HSV(B)288.94º86.47%81.18%-
XYZ29.1314.3360.26-
YUV92.06192.87186.45-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.54%
GREEN value IS 28 (11.33% from 255) = 6.85%
BLUE value IS 207 (81.25% from 255) = 50.61%
R=42.54%
G=6.85%
B=50.61%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal174282070.160.8600.19288.9476.1746.08
HexAE1CCF10560131214c2e
Octal256343172012602344111456
Binary1010111011100110011111000010101100100111001000011001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1CCF; }

 p { color: rgb(174,28,207); }

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

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

 a { background-color: rgb(174,28,207); }

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

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

 span { border-color: rgb(174,28,207); }

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