Html Css Color HEX #AC1FC1 Dark Orchid

📋 copy color: '#AC1FC1'

red 172 ◦ green 31 ◦ blue 193

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

Shades of Dark Orchid #AC1FC1

Tints of Dark Orchid #AC1FC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 48.74%

R = 43.43%
G = 7.83%
B = 48.74%

CMYK

 C value IS 0.11

 M value IS 0.84

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AC1FC1 (or 0xAC1FC1) is known color: Dark Orchid. HEX triplet: AC, 1F and C1. RGB value is (172,31,193). Sum of RGB (Red+Green+Blue) = 172+31+193=396 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.43% from 396); Green value is 31 (12.5% from 255 or 7.83% from 396); Blue value is 193 (75.78% from 255 or 48.74% from 396); Max value from RGB is 193 - color contains mainly: blue. Hex color #AC1FC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC1FC1 is #53E03E. Grayscale: #5B5B5B. Windows color (decimal): -5496895 or 12656556. OLE color: 12656556.

HSL color Cylindrical-coordinate representation of color #AC1FC1: hue angle of 292.22º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AC1FC1 is Cyan = 0.11, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 172 31 193 -
CMYK 0.11 0.84 0 0.24
HSL 292.22º 0.72% 0.44% -
HSV(B) 292.22º 0.84% 0.76% -
XYZ 27.13 13.6 51.65 -
YUV 91.63 185.21 185.33 -
System Red Green Blue C M Y K H S L
Decimal 172 31 193 0.11 0.84 0 0.24 292.22 0.72 0.44
Hex AC 1F C1 B 54 0 18 124 48 2C
Octal 254 37 301 13 124 0 30 444 110 54
Binary 10101100 11111 11000001 1011 1010100 0 11000 100100100 1001000 101100

Color Harmonies of #AC1FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1FC1

Black with #AC1FC1

Text Example


Text Example

White with #AC1FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1FC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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