#AC35D4

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

Shades of Dark Orchid #AC35D4

Tints of Dark Orchid #AC35D4

Color information

#AC35D4 (or 0xAC35D4) is unknown color: approx Dark Orchid. HEX triplet: AC, 35 and D4. RGB value is (172,53,212). Sum of RGB (Red+Green+Blue) = 172+53+212=437 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.36% from 437); Green value is 53 (21.09% from 255 or 12.13% from 437); Blue value is 212 (83.20% from 255 or 48.51% from 437); Max value from RGB is 212 - color contains mainly: blue. Hex color #AC35D4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC35D4 is #53CA2B. Grayscale: #6A6A6A. Windows color (decimal): -5491244 or 13907372. OLE color: 13907372.

HSL color Cylindrical-coordinate representation of color #AC35D4: hue angle of 284.91º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AC35D4 is Cyan = 0.19, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB17253212-
CMYK0.190.7500.17
HSL284.91º64.9%51.96%-
HSV(B)284.91º75%83.14%-
XYZ30.1716.0763.8-
YUV106.71187.42174.57-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.36%
GREEN value IS 53 (21.09% from 255) = 12.13%
BLUE value IS 212 (83.20% from 255) = 48.51%
R=39.36%
G=12.13%
B=48.51%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal172532120.190.7500.17284.9164.951.96
HexAC35D4134B01111d4134
Octal254653242311302143510164
Binary10101100110101110101001001110010110100011000111011000001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC35D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC35D4; }

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

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

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

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

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

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

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

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