#AE1FAF

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

Shades of Dark Orchid #AE1FAF

Tints of Dark Orchid #AE1FAF

Color information

#AE1FAF (or 0xAE1FAF) is unknown color: approx Dark Orchid. HEX triplet: AE, 1F and AF. RGB value is (174,31,175). Sum of RGB (Red+Green+Blue) = 174+31+175=380 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.79% from 380); Green value is 31 (12.5% from 255 or 8.16% from 380); Blue value is 175 (68.75% from 255 or 46.05% from 380); Max value from RGB is 175 - color contains mainly: blue. Hex color #AE1FAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE1FAF is #51E050. Grayscale: #595959. Windows color (decimal): -5365841 or 11476910. OLE color: 11476910.

HSL color Cylindrical-coordinate representation of color #AE1FAF: hue angle of 299.58º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AE1FAF is Cyan = 0.01, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB17431175-
CMYK0.010.8200.31
HSL299.58º69.9%40.39%-
HSV(B)299.58º82.29%68.63%-
XYZ25.6813.0741.73-
YUV90.17175.88187.79-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.79%
GREEN value IS 31 (12.5% from 255) = 8.16%
BLUE value IS 175 (68.75% from 255) = 46.05%
R=45.79%
G=8.16%
B=46.05%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal174311750.010.8200.31299.5869.940.39
HexAE1FAF15201F12c4628
Octal25637257112203745410650
Binary101011101111110101111110100100111111001011001000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1FAF; }

 p { color: rgb(174,31,175); }

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

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

 a { background-color: rgb(174,31,175); }

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

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

 span { border-color: rgb(174,31,175); }

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