Html Css Color HEX #AC1FDC Dark Orchid

📋 copy color: '#AC1FDC'

red 172 ◦ green 31 ◦ blue 220

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

Shades of Dark Orchid #AC1FDC

Tints of Dark Orchid #AC1FDC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.33%

 BLUE value IS 220 (86.33% from 255) = 52.01%

R = 40.66%
G = 7.33%
B = 52.01%

CMYK

 C value IS 0.22

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AC1FDC (or 0xAC1FDC) is known color: Dark Orchid. HEX triplet: AC, 1F and DC. RGB value is (172,31,220). Sum of RGB (Red+Green+Blue) = 172+31+220=423 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.66% from 423); Green value is 31 (12.5% from 255 or 7.33% from 423); Blue value is 220 (86.33% from 255 or 52.01% from 423); Max value from RGB is 220 - color contains mainly: blue. Hex color #AC1FDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC1FDC is #53E023. Grayscale: #5E5E5E. Windows color (decimal): -5496868 or 14426028. OLE color: 14426028.

HSL color Cylindrical-coordinate representation of color #AC1FDC: hue angle of 284.76º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AC1FDC is Cyan = 0.22, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 172 31 220 -
CMYK 0.22 0.86 0 0.14
HSL 284.76º 0.75% 0.49% -
HSV(B) 284.76º 0.86% 0.86% -
XYZ 30.42 14.92 68.99 -
YUV 94.71 198.71 183.13 -
System Red Green Blue C M Y K H S L
Decimal 172 31 220 0.22 0.86 0 0.14 284.76 0.75 0.49
Hex AC 1F DC 16 56 0 E 11D 4B 31
Octal 254 37 334 26 126 0 16 435 113 61
Binary 10101100 11111 11011100 10110 1010110 0 1110 100011101 1001011 110001

Color Harmonies of #AC1FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1FDC

Black with #AC1FDC

Text Example


Text Example

White with #AC1FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1FDC; }

 p { color: rgb(172,31,220); }

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

background-color css

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

 a { background-color: rgb(172,31,220); }

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

border-color css

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

 span { border-color: rgb(172,31,220); }

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