#AE30B5

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

Shades of Dark Orchid #AE30B5

Tints of Dark Orchid #AE30B5

Color information

#AE30B5 (or 0xAE30B5) is unknown color: approx Dark Orchid. HEX triplet: AE, 30 and B5. RGB value is (174,48,181). Sum of RGB (Red+Green+Blue) = 174+48+181=403 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.18% from 403); Green value is 48 (19.14% from 255 or 11.91% from 403); Blue value is 181 (71.09% from 255 or 44.91% from 403); Max value from RGB is 181 - color contains mainly: blue. Hex color #AE30B5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE30B5 is #51CF4A. Grayscale: #646464. Windows color (decimal): -5361483 or 11874478. OLE color: 11874478.

HSL color Cylindrical-coordinate representation of color #AE30B5: hue angle of 296.84º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AE30B5 is Cyan = 0.04, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17448181-
CMYK0.040.7300.29
HSL296.84º58.08%44.9%-
HSV(B)296.84º73.48%70.98%-
XYZ26.8514.4545.09-
YUV100.84173.24180.19-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.18%
GREEN value IS 48 (19.14% from 255) = 11.91%
BLUE value IS 181 (71.09% from 255) = 44.91%
R=43.18%
G=11.91%
B=44.91%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal174481810.040.7300.29296.8458.0844.9
HexAE30B544901D1293a2d
Octal2566026541110354517255
Binary10101110110000101101011001001001011101100101001111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE30B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE30B5; }

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

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

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

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

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

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

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

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