#AE30D3

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

Shades of Dark Orchid #AE30D3

Tints of Dark Orchid #AE30D3

Color information

#AE30D3 (or 0xAE30D3) is unknown color: approx Dark Orchid. HEX triplet: AE, 30 and D3. RGB value is (174,48,211). Sum of RGB (Red+Green+Blue) = 174+48+211=433 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.18% from 433); Green value is 48 (19.14% from 255 or 11.09% from 433); Blue value is 211 (82.81% from 255 or 48.73% from 433); Max value from RGB is 211 - color contains mainly: blue. Hex color #AE30D3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE30D3 is #51CF2C. Grayscale: #676767. Windows color (decimal): -5361453 or 13840558. OLE color: 13840558.

HSL color Cylindrical-coordinate representation of color #AE30D3: hue angle of 286.38º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AE30D3 is Cyan = 0.18, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB17448211-
CMYK0.180.7700.17
HSL286.38º64.94%50.78%-
HSV(B)286.38º77.25%82.75%-
XYZ30.2715.8263.09-
YUV104.26188.24177.75-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.18%
GREEN value IS 48 (19.14% from 255) = 11.09%
BLUE value IS 211 (82.81% from 255) = 48.73%
R=40.18%
G=11.09%
B=48.73%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal174482110.180.7700.17286.3864.9450.78
HexAE30D3124D01111e4133
Octal256603232211502143610163
Binary10101110110000110100111001010011010100011000111101000001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE30D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE30D3; }

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

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

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

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

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

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

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

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