#AE38BA

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

Shades of Dark Orchid #AE38BA

Tints of Dark Orchid #AE38BA

Color information

#AE38BA (or 0xAE38BA) is unknown color: approx Dark Orchid. HEX triplet: AE, 38 and BA. RGB value is (174,56,186). Sum of RGB (Red+Green+Blue) = 174+56+186=416 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.83% from 416); Green value is 56 (22.27% from 255 or 13.46% from 416); Blue value is 186 (73.05% from 255 or 44.71% from 416); Max value from RGB is 186 - color contains mainly: blue. Hex color #AE38BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE38BA is #51C745. Grayscale: #696969. Windows color (decimal): -5359430 or 12204206. OLE color: 12204206.

HSL color Cylindrical-coordinate representation of color #AE38BA: hue angle of 294.46º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AE38BA is Cyan = 0.06, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17456186-
CMYK0.060.7000.27
HSL294.46º53.72%47.45%-
HSV(B)294.46º69.89%72.94%-
XYZ27.7315.3747.96-
YUV106.1173.09176.43-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.83%
GREEN value IS 56 (22.27% from 255) = 13.46%
BLUE value IS 186 (73.05% from 255) = 44.71%
R=41.83%
G=13.46%
B=44.71%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal174561860.060.7000.27294.4653.7247.45
HexAE38BA64601B126362f
Octal2567027261060334466657
Binary10101110111000101110101101000110011011100100110110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE38BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE38BA; }

 p { color: rgb(174,56,186); }

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

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

 a { background-color: rgb(174,56,186); }

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

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

 span { border-color: rgb(174,56,186); }

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