#AC35BC

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

Shades of Dark Orchid #AC35BC

Tints of Dark Orchid #AC35BC

Color information

#AC35BC (or 0xAC35BC) is unknown color: approx Dark Orchid. HEX triplet: AC, 35 and BC. RGB value is (172,53,188). Sum of RGB (Red+Green+Blue) = 172+53+188=413 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.65% from 413); Green value is 53 (21.09% from 255 or 12.83% from 413); Blue value is 188 (73.83% from 255 or 45.52% from 413); Max value from RGB is 188 - color contains mainly: blue. Hex color #AC35BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC35BC is #53CA43. Grayscale: #676767. Windows color (decimal): -5491268 or 12334508. OLE color: 12334508.

HSL color Cylindrical-coordinate representation of color #AC35BC: hue angle of 292.89º degrees, saturation: 0.56, 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 #AC35BC is Cyan = 0.09, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB17253188-
CMYK0.090.7200.26
HSL292.89º56.02%47.25%-
HSV(B)292.89º71.81%73.73%-
XYZ27.3614.9549.02-
YUV103.97175.42176.52-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.65%
GREEN value IS 53 (21.09% from 255) = 12.83%
BLUE value IS 188 (73.83% from 255) = 45.52%
R=41.65%
G=12.83%
B=45.52%

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
Decimal172531880.090.7200.26292.8956.0247.25
HexAC35BC94801A125382f
Octal25465274111100324457057
Binary101011001101011011110010011001000011010100100101111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC35BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC35BC; }

 p { color: rgb(172,53,188); }

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

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

 a { background-color: rgb(172,53,188); }

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

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

 span { border-color: rgb(172,53,188); }

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