#AC17BE

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

Shades of Dark Orchid #AC17BE

Tints of Dark Orchid #AC17BE

Color information

#AC17BE (or 0xAC17BE) is unknown color: approx Dark Orchid. HEX triplet: AC, 17 and BE. RGB value is (172,23,190). Sum of RGB (Red+Green+Blue) = 172+23+190=385 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.68% from 385); Green value is 23 (9.38% from 255 or 5.97% from 385); Blue value is 190 (74.61% from 255 or 49.35% from 385); Max value from RGB is 190 - color contains mainly: blue. Hex color #AC17BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC17BE is #53E841. Grayscale: #565656. Windows color (decimal): -5498946 or 12457900. OLE color: 12457900.

HSL color Cylindrical-coordinate representation of color #AC17BE: hue angle of 293.53º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AC17BE is Cyan = 0.09, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17223190-
CMYK0.090.8800.25
HSL293.53º78.4%41.76%-
HSV(B)293.53º87.89%74.51%-
XYZ26.6113.149.84-
YUV86.59186.36188.92-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.68%
GREEN value IS 23 (9.38% from 255) = 5.97%
BLUE value IS 190 (74.61% from 255) = 49.35%
R=44.68%
G=5.97%
B=49.35%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal172231900.090.8800.25293.5378.441.76
HexAC17BE9580191264e2a
Octal254272761113003144611652
Binary101011001011110111110100110110000110011001001101001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC17BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC17BE; }

 p { color: rgb(172,23,190); }

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

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

 a { background-color: rgb(172,23,190); }

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

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

 span { border-color: rgb(172,23,190); }

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