#AC25CC

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

Shades of Dark Orchid #AC25CC

Tints of Dark Orchid #AC25CC

Color information

#AC25CC (or 0xAC25CC) is unknown color: approx Dark Orchid. HEX triplet: AC, 25 and CC. RGB value is (172,37,204). Sum of RGB (Red+Green+Blue) = 172+37+204=413 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.65% from 413); Green value is 37 (14.84% from 255 or 8.96% from 413); Blue value is 204 (80.08% from 255 or 49.39% from 413); Max value from RGB is 204 - color contains mainly: blue. Hex color #AC25CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC25CC is #53DA33. Grayscale: #5F5F5F. Windows color (decimal): -5495348 or 13378988. OLE color: 13378988.

HSL color Cylindrical-coordinate representation of color #AC25CC: hue angle of 288.5º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AC25CC is Cyan = 0.16, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB17237204-
CMYK0.160.8200.2
HSL288.5º69.29%47.25%-
HSV(B)288.5º81.86%80%-
XYZ28.5714.4558.41-
YUV96.4188.73181.92-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.65%
GREEN value IS 37 (14.84% from 255) = 8.96%
BLUE value IS 204 (80.08% from 255) = 49.39%
R=41.65%
G=8.96%
B=49.39%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal172372040.160.8200.2288.569.2947.25
HexAC25CC1052014121452f
Octal254453142012202444110557
Binary10101100100101110011001000010100100101001001000011000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC25CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC25CC; }

 p { color: rgb(172,37,204); }

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

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

 a { background-color: rgb(172,37,204); }

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

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

 span { border-color: rgb(172,37,204); }

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