Html Css Color HEX #AC3ECF Dark Orchid

📋 copy color: '#AC3ECF'

red 172 ◦ green 62 ◦ blue 207

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

Shades of Dark Orchid #AC3ECF

Tints of Dark Orchid #AC3ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 46.94%

R = 39%
G = 14.06%
B = 46.94%

CMYK

 C value IS 0.17

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AC3ECF (or 0xAC3ECF) is known color: Dark Orchid. HEX triplet: AC, 3E and CF. RGB value is (172,62,207). Sum of RGB (Red+Green+Blue) = 172+62+207=441 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.00% from 441); Green value is 62 (24.61% from 255 or 14.06% from 441); Blue value is 207 (81.25% from 255 or 46.94% from 441); Max value from RGB is 207 - color contains mainly: blue. Hex color #AC3ECF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC3ECF is #53C130. Grayscale: #6E6E6E. Windows color (decimal): -5488945 or 13581996. OLE color: 13581996.

HSL color Cylindrical-coordinate representation of color #AC3ECF: hue angle of 285.52º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AC3ECF is Cyan = 0.17, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 172 62 207 -
CMYK 0.17 0.70 0 0.19
HSL 285.52º 0.6% 0.53% -
HSV(B) 285.52º 0.7% 0.81% -
XYZ 30 16.72 60.68 -
YUV 111.42 181.94 171.21 -
System Red Green Blue C M Y K H S L
Decimal 172 62 207 0.17 0.70 0 0.19 285.52 0.6 0.53
Hex AC 3E CF 11 46 0 13 11E 3C 35
Octal 254 76 317 21 106 0 23 436 74 65
Binary 10101100 111110 11001111 10001 1000110 0 10011 100011110 111100 110101

Color Harmonies of #AC3ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3ECF

Black with #AC3ECF

Text Example


Text Example

White with #AC3ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3ECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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