#AC33E4

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

Shades of Dark Orchid #AC33E4

Tints of Dark Orchid #AC33E4

Color information

#AC33E4 (or 0xAC33E4) is unknown color: approx Dark Orchid. HEX triplet: AC, 33 and E4. RGB value is (172,51,228). Sum of RGB (Red+Green+Blue) = 172+51+228=451 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.14% from 451); Green value is 51 (20.31% from 255 or 11.31% from 451); Blue value is 228 (89.45% from 255 or 50.55% from 451); Max value from RGB is 228 - color contains mainly: blue. Hex color #AC33E4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC33E4 is #53CC1B. Grayscale: #6A6A6A. Windows color (decimal): -5491740 or 14955436. OLE color: 14955436.

HSL color Cylindrical-coordinate representation of color #AC33E4: hue angle of 281.02º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AC33E4 is Cyan = 0.25, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB17251228-
CMYK0.250.7800.11
HSL281.02º76.62%54.71%-
HSV(B)281.02º77.63%89.41%-
XYZ32.216.7474.93-
YUV107.36196.09174.11-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.14%
GREEN value IS 51 (20.31% from 255) = 11.31%
BLUE value IS 228 (89.45% from 255) = 50.55%
R=38.14%
G=11.31%
B=50.55%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal172512280.250.7800.11281.0276.6254.71
HexAC33E4194E0B1194d37
Octal254633443111601343111567
Binary1010110011001111100100110011001110010111000110011001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC33E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC33E4; }

 p { color: rgb(172,51,228); }

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

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

 a { background-color: rgb(172,51,228); }

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

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

 span { border-color: rgb(172,51,228); }

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