Html Css Color HEX #AC1FCD Dark Orchid

📋 copy color: '#AC1FCD'

red 172 ◦ green 31 ◦ blue 205

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

Shades of Dark Orchid #AC1FCD

Tints of Dark Orchid #AC1FCD

RGB

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

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

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

R = 42.16%
G = 7.6%
B = 50.25%

CMYK

 C value IS 0.16

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AC1FCD (or 0xAC1FCD) is known color: Dark Orchid. HEX triplet: AC, 1F and CD. RGB value is (172,31,205). Sum of RGB (Red+Green+Blue) = 172+31+205=408 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.16% from 408); Green value is 31 (12.5% from 255 or 7.60% from 408); Blue value is 205 (80.47% from 255 or 50.25% from 408); Max value from RGB is 205 - color contains mainly: blue. Hex color #AC1FCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC1FCD is #53E032. Grayscale: #5C5C5C. Windows color (decimal): -5496883 or 13442988. OLE color: 13442988.

HSL color Cylindrical-coordinate representation of color #AC1FCD: hue angle of 288.62º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AC1FCD is Cyan = 0.16, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 172 31 205 -
CMYK 0.16 0.85 0 0.20
HSL 288.62º 0.74% 0.46% -
HSV(B) 288.62º 0.85% 0.8% -
XYZ 28.52 14.16 58.99 -
YUV 93 191.21 184.35 -
System Red Green Blue C M Y K H S L
Decimal 172 31 205 0.16 0.85 0 0.20 288.62 0.74 0.46
Hex AC 1F CD 10 55 0 14 121 4A 2E
Octal 254 37 315 20 125 0 24 441 112 56
Binary 10101100 11111 11001101 10000 1010101 0 10100 100100001 1001010 101110

Color Harmonies of #AC1FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1FCD

Black with #AC1FCD

Text Example


Text Example

White with #AC1FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1FCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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