#AC26BE

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

Shades of Dark Orchid #AC26BE

Tints of Dark Orchid #AC26BE

Color information

#AC26BE (or 0xAC26BE) is unknown color: approx Dark Orchid. HEX triplet: AC, 26 and BE. RGB value is (172,38,190). Sum of RGB (Red+Green+Blue) = 172+38+190=400 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43% from 400); Green value is 38 (15.23% from 255 or 9.5% from 400); Blue value is 190 (74.61% from 255 or 47.5% from 400); Max value from RGB is 190 - color contains mainly: blue. Hex color #AC26BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC26BE is #53D941. Grayscale: #5E5E5E. Windows color (decimal): -5495106 or 12461740. OLE color: 12461740.

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

Color convert

RGB17238190-
CMYK0.090.800.25
HSL292.89º66.67%44.71%-
HSV(B)292.89º80%74.51%-
XYZ2713.8749.97-
YUV95.39181.39182.64-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43%
GREEN value IS 38 (15.23% from 255) = 9.5%
BLUE value IS 190 (74.61% from 255) = 47.5%
R=43%
G=9.5%
B=47.5%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal172381900.090.800.25292.8966.6744.71
HexAC26BE950019125432d
Octal254462761112003144510355
Binary1010110010011010111110100110100000110011001001011000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC26BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC26BE; }

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

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

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

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

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

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

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

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