#ac33ed

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

Shades of Dark Orchid #AC33ED

Tints of Dark Orchid #AC33ED

Color information

#AC33ED (or 0xAC33ED) is unknown color: approx Dark Orchid. HEX triplet: AC, 33 and ED. RGB value is (172,51,237). Sum of RGB (Red+Green+Blue) = 172+51+237=460 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.39% from 460); Green value is 51 (20.31% from 255 or 11.09% from 460); Blue value is 237 (92.97% from 255 or 51.52% from 460); Max value from RGB is 237 - color contains mainly: blue. Hex color #AC33ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC33ED is #53CC12. Grayscale: #6B6B6B. Windows color (decimal): -5491731 or 15545260. OLE color: 15545260.

HSL color Cylindrical-coordinate representation of color #AC33ED: hue angle of 279.03º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AC33ED is Cyan = 0.27, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB17251237-
CMYK0.270.7800.07
HSL279.03º83.78%56.47%-
HSV(B)279.03º78.48%92.94%-
XYZ33.4817.2581.69-
YUV108.38200.59173.38-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.39%
GREEN value IS 51 (20.31% from 255) = 11.09%
BLUE value IS 237 (92.97% from 255) = 51.52%
R=37.39%
G=11.09%
B=51.52%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal172512370.270.7800.07279.0383.7856.47
HexAC33ED1B4E071175438
Octal25463355331160742712470
Binary101011001100111110110111011100111001111000101111010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ac33ed

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ac33ed; }

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

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

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

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

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

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

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

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