#AE30B1

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

Shades of Dark Orchid #AE30B1

Tints of Dark Orchid #AE30B1

Color information

#AE30B1 (or 0xAE30B1) is unknown color: approx Dark Orchid. HEX triplet: AE, 30 and B1. RGB value is (174,48,177). Sum of RGB (Red+Green+Blue) = 174+48+177=399 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.61% from 399); Green value is 48 (19.14% from 255 or 12.03% from 399); Blue value is 177 (69.53% from 255 or 44.36% from 399); Max value from RGB is 177 - color contains mainly: blue. Hex color #AE30B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE30B1 is #51CF4E. Grayscale: #636363. Windows color (decimal): -5361487 or 11612334. OLE color: 11612334.

HSL color Cylindrical-coordinate representation of color #AE30B1: hue angle of 298.6º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AE30B1 is Cyan = 0.02, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB17448177-
CMYK0.020.7300.31
HSL298.6º57.33%44.12%-
HSV(B)298.6º72.88%69.41%-
XYZ26.4514.2942.96-
YUV100.38171.24180.51-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.61%
GREEN value IS 48 (19.14% from 255) = 12.03%
BLUE value IS 177 (69.53% from 255) = 44.36%
R=43.61%
G=12.03%
B=44.36%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal174481770.020.7300.31298.657.3344.12
HexAE30B124901F12b392c
Octal2566026121110374537154
Binary1010111011000010110001101001001011111100101011111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE30B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE30B1; }

 p { color: rgb(174,48,177); }

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

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

 a { background-color: rgb(174,48,177); }

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

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

 span { border-color: rgb(174,48,177); }

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