#AC34BD

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

Shades of Dark Orchid #AC34BD

Tints of Dark Orchid #AC34BD

Color information

#AC34BD (or 0xAC34BD) is unknown color: approx Dark Orchid. HEX triplet: AC, 34 and BD. RGB value is (172,52,189). Sum of RGB (Red+Green+Blue) = 172+52+189=413 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.65% from 413); Green value is 52 (20.70% from 255 or 12.59% from 413); Blue value is 189 (74.22% from 255 or 45.76% from 413); Max value from RGB is 189 - color contains mainly: blue. Hex color #AC34BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC34BD is #53CB42. Grayscale: #676767. Windows color (decimal): -5491523 or 12399788. OLE color: 12399788.

HSL color Cylindrical-coordinate representation of color #AC34BD: hue angle of 292.55º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AC34BD is Cyan = 0.09, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB17252189-
CMYK0.090.7200.26
HSL292.55º56.85%47.25%-
HSV(B)292.55º72.49%74.12%-
XYZ27.4314.949.57-
YUV103.5176.26176.86-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.65%
GREEN value IS 52 (20.70% from 255) = 12.59%
BLUE value IS 189 (74.22% from 255) = 45.76%
R=41.65%
G=12.59%
B=45.76%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal172521890.090.7200.26292.5556.8547.25
HexAC34BD94801A125392f
Octal25464275111100324457157
Binary101011001101001011110110011001000011010100100101111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC34BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC34BD; }

 p { color: rgb(172,52,189); }

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

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

 a { background-color: rgb(172,52,189); }

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

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

 span { border-color: rgb(172,52,189); }

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