#AE34CF

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

Shades of Dark Orchid #AE34CF

Tints of Dark Orchid #AE34CF

Color information

#AE34CF (or 0xAE34CF) is unknown color: approx Dark Orchid. HEX triplet: AE, 34 and CF. RGB value is (174,52,207). Sum of RGB (Red+Green+Blue) = 174+52+207=433 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.18% from 433); Green value is 52 (20.70% from 255 or 12.01% from 433); Blue value is 207 (81.25% from 255 or 47.81% from 433); Max value from RGB is 207 - color contains mainly: blue. Hex color #AE34CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE34CF is #51CB30. Grayscale: #696969. Windows color (decimal): -5360433 or 13579438. OLE color: 13579438.

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

Color convert

RGB17452207-
CMYK0.160.7500.19
HSL287.23º61.75%50.78%-
HSV(B)287.23º74.88%81.18%-
XYZ29.9515.9660.53-
YUV106.15184.92176.4-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.18%
GREEN value IS 52 (20.70% from 255) = 12.01%
BLUE value IS 207 (81.25% from 255) = 47.81%
R=40.18%
G=12.01%
B=47.81%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal174522070.160.7500.19287.2361.7550.78
HexAE34CF104B01311f3e33
Octal25664317201130234377663
Binary1010111011010011001111100001001011010011100011111111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE34CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE34CF; }

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

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

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

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

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

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

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

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