#AD34E0

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

Shades of Dark Orchid #AD34E0

Tints of Dark Orchid #AD34E0

Color information

#AD34E0 (or 0xAD34E0) is unknown color: approx Dark Orchid. HEX triplet: AD, 34 and E0. RGB value is (173,52,224). Sum of RGB (Red+Green+Blue) = 173+52+224=449 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.53% from 449); Green value is 52 (20.70% from 255 or 11.58% from 449); Blue value is 224 (87.89% from 255 or 49.89% from 449); Max value from RGB is 224 - color contains mainly: blue. Hex color #AD34E0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD34E0 is #52CB1F. Grayscale: #6B6B6B. Windows color (decimal): -5425952 or 14693549. OLE color: 14693549.

HSL color Cylindrical-coordinate representation of color #AD34E0: hue angle of 282.21º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AD34E0 is Cyan = 0.23, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB17352224-
CMYK0.230.7700.12
HSL282.21º73.5%54.12%-
HSV(B)282.21º76.79%87.84%-
XYZ31.9216.7272.07-
YUV107.79193.59174.51-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.53%
GREEN value IS 52 (20.70% from 255) = 11.58%
BLUE value IS 224 (87.89% from 255) = 49.89%
R=38.53%
G=11.58%
B=49.89%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal173522240.230.7700.12282.2173.554.12
HexAD34E0174D0C11a4a36
Octal255643402711501443211266
Binary1010110111010011100000101111001101011001000110101001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD34E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD34E0; }

 p { color: rgb(173,52,224); }

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

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

 a { background-color: rgb(173,52,224); }

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

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

 span { border-color: rgb(173,52,224); }

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