#ac34e0

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

Shades of Dark Orchid #AC34E0

Tints of Dark Orchid #AC34E0

Color information

#AC34E0 (or 0xAC34E0) is unknown color: approx Dark Orchid. HEX triplet: AC, 34 and E0. RGB value is (172,52,224). Sum of RGB (Red+Green+Blue) = 172+52+224=448 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.39% from 448); Green value is 52 (20.70% from 255 or 11.61% from 448); Blue value is 224 (87.89% from 255 or 50% from 448); Max value from RGB is 224 - color contains mainly: blue. Hex color #AC34E0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC34E0 is #53CB1F. Grayscale: #6A6A6A. Windows color (decimal): -5491488 or 14693548. OLE color: 14693548.

HSL color Cylindrical-coordinate representation of color #AC34E0: hue angle of 281.86º 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 #AC34E0 is Cyan = 0.23, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB17252224-
CMYK0.230.7700.12
HSL281.86º73.5%54.12%-
HSV(B)281.86º76.79%87.84%-
XYZ31.716.6172.06-
YUV107.49193.76174.01-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.39%
GREEN value IS 52 (20.70% from 255) = 11.61%
BLUE value IS 224 (87.89% from 255) = 50%
R=38.39%
G=11.61%
B=50%

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
Decimal172522240.230.7700.12281.8673.554.12
HexAC34E0174D0C11a4a36
Octal254643402711501443211266
Binary1010110011010011100000101111001101011001000110101001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ac34e0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ac34e0; }

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

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

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

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

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

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

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

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