Html Css Color HEX #AC1FCE Dark Orchid

📋 copy color: '#AC1FCE'

red 172 ◦ green 31 ◦ blue 206

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

Shades of Dark Orchid #AC1FCE

Tints of Dark Orchid #AC1FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 50.37%

R = 42.05%
G = 7.58%
B = 50.37%

CMYK

 C value IS 0.17

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AC1FCE (or 0xAC1FCE) is known color: Dark Orchid. HEX triplet: AC, 1F and CE. RGB value is (172,31,206). Sum of RGB (Red+Green+Blue) = 172+31+206=409 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.05% from 409); Green value is 31 (12.5% from 255 or 7.58% from 409); Blue value is 206 (80.86% from 255 or 50.37% from 409); Max value from RGB is 206 - color contains mainly: blue. Hex color #AC1FCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC1FCE is #53E031. Grayscale: #5C5C5C. Windows color (decimal): -5496882 or 13508524. OLE color: 13508524.

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

Color convert

RGB 172 31 206 -
CMYK 0.17 0.85 0 0.19
HSL 288.34º 0.74% 0.46% -
HSV(B) 288.34º 0.85% 0.81% -
XYZ 28.64 14.21 59.63 -
YUV 93.11 191.71 184.27 -
System Red Green Blue C M Y K H S L
Decimal 172 31 206 0.17 0.85 0 0.19 288.34 0.74 0.46
Hex AC 1F CE 11 55 0 13 120 4A 2E
Octal 254 37 316 21 125 0 23 440 112 56
Binary 10101100 11111 11001110 10001 1010101 0 10011 100100000 1001010 101110

Color Harmonies of #AC1FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1FCE

Black with #AC1FCE

Text Example


Text Example

White with #AC1FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1FCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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