Html Css Color HEX #AC3ECD Dark Orchid

📋 copy color: '#AC3ECD'

red 172 ◦ green 62 ◦ blue 205

#AC3ECD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #AC3ECD

Tints of Dark Orchid #AC3ECD

RGB

 RED value IS 172 (67.58% from 255) = 39.18%

 GREEN value IS 62 (24.61% from 255) = 14.12%

 BLUE value IS 205 (80.47% from 255) = 46.7%

R = 39.18%
G = 14.12%
B = 46.7%

CMYK

 C value IS 0.16

 M value IS 0.70

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AC3ECD (or 0xAC3ECD) is known color: Dark Orchid. HEX triplet: AC, 3E and CD. RGB value is (172,62,205). Sum of RGB (Red+Green+Blue) = 172+62+205=439 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.18% from 439); Green value is 62 (24.61% from 255 or 14.12% from 439); Blue value is 205 (80.47% from 255 or 46.70% from 439); Max value from RGB is 205 - color contains mainly: blue. Hex color #AC3ECD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC3ECD is #53C132. Grayscale: #6E6E6E. Windows color (decimal): -5488947 or 13450924. OLE color: 13450924.

HSL color Cylindrical-coordinate representation of color #AC3ECD: hue angle of 286.15º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AC3ECD is Cyan = 0.16, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 172 62 205 -
CMYK 0.16 0.70 0 0.20
HSL 286.15º 0.59% 0.52% -
HSV(B) 286.15º 0.7% 0.8% -
XYZ 29.76 16.62 59.4 -
YUV 111.19 180.94 171.37 -
System Red Green Blue C M Y K H S L
Decimal 172 62 205 0.16 0.70 0 0.20 286.15 0.59 0.52
Hex AC 3E CD 10 46 0 14 11E 3B 34
Octal 254 76 315 20 106 0 24 436 73 64
Binary 10101100 111110 11001101 10000 1000110 0 10100 100011110 111011 110100

Color Harmonies of #AC3ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3ECD

Black with #AC3ECD

Text Example


Text Example

White with #AC3ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3ECD; }

 p { color: rgb(172,62,205); }

 H1.HeaderClassName
 {
   color: #AC3ECD;
 }
 .AnyTagClassName
 {
   color: #AC3ECD;
 }
</style>

background-color css

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

 a { background-color: rgb(172,62,205); }

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

border-color css

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

 span { border-color: rgb(172,62,205); }

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