#AE34BF

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

Shades of Dark Orchid #AE34BF

Tints of Dark Orchid #AE34BF

Color information

#AE34BF (or 0xAE34BF) is unknown color: approx Dark Orchid. HEX triplet: AE, 34 and BF. RGB value is (174,52,191). Sum of RGB (Red+Green+Blue) = 174+52+191=417 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.73% from 417); Green value is 52 (20.70% from 255 or 12.47% from 417); Blue value is 191 (75% from 255 or 45.80% from 417); Max value from RGB is 191 - color contains mainly: blue. Hex color #AE34BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE34BF is #51CB40. Grayscale: #676767. Windows color (decimal): -5360449 or 12530862. OLE color: 12530862.

HSL color Cylindrical-coordinate representation of color #AE34BF: hue angle of 292.66º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AE34BF is Cyan = 0.09, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17452191-
CMYK0.090.7300.25
HSL292.66º57.2%47.65%-
HSV(B)292.66º72.77%74.9%-
XYZ28.0915.2250.75-
YUV104.32176.92177.7-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.73%
GREEN value IS 52 (20.70% from 255) = 12.47%
BLUE value IS 191 (75% from 255) = 45.80%
R=41.73%
G=12.47%
B=45.80%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal174521910.090.7300.25292.6657.247.65
HexAE34BF9490191253930
Octal25664277111110314457160
Binary101011101101001011111110011001001011001100100101111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE34BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE34BF; }

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

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

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

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

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

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

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

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