Html Css Color HEX #AC1DCF Dark Orchid

📋 copy color: '#AC1DCF'

red 172 ◦ green 29 ◦ blue 207

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

Shades of Dark Orchid #AC1DCF

Tints of Dark Orchid #AC1DCF

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.11%

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

R = 42.16%
G = 7.11%
B = 50.74%

CMYK

 C value IS 0.17

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AC1DCF (or 0xAC1DCF) is known color: Dark Orchid. HEX triplet: AC, 1D and CF. RGB value is (172,29,207). Sum of RGB (Red+Green+Blue) = 172+29+207=408 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.16% from 408); Green value is 29 (11.72% from 255 or 7.11% from 408); Blue value is 207 (81.25% from 255 or 50.74% from 408); Max value from RGB is 207 - color contains mainly: blue. Hex color #AC1DCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC1DCF is #53E230. Grayscale: #5B5B5B. Windows color (decimal): -5497393 or 13573548. OLE color: 13573548.

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

Color convert

RGB 172 29 207 -
CMYK 0.17 0.86 0 0.19
HSL 288.2º 0.75% 0.46% -
HSV(B) 288.2º 0.86% 0.81% -
XYZ 28.72 14.15 60.25 -
YUV 92.05 192.88 185.03 -
System Red Green Blue C M Y K H S L
Decimal 172 29 207 0.17 0.86 0 0.19 288.2 0.75 0.46
Hex AC 1D CF 11 56 0 13 120 4B 2E
Octal 254 35 317 21 126 0 23 440 113 56
Binary 10101100 11101 11001111 10001 1010110 0 10011 100100000 1001011 101110

Color Harmonies of #AC1DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1DCF

Black with #AC1DCF

Text Example


Text Example

White with #AC1DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1DCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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