Html Css Color HEX #AC1FC0 Dark Orchid

📋 copy color: '#AC1FC0'

red 172 ◦ green 31 ◦ blue 192

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

Shades of Dark Orchid #AC1FC0

Tints of Dark Orchid #AC1FC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 48.61%

R = 43.54%
G = 7.85%
B = 48.61%

CMYK

 C value IS 0.10

 M value IS 0.84

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AC1FC0 (or 0xAC1FC0) is known color: Dark Orchid. HEX triplet: AC, 1F and C0. RGB value is (172,31,192). Sum of RGB (Red+Green+Blue) = 172+31+192=395 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.54% from 395); Green value is 31 (12.5% from 255 or 7.85% from 395); Blue value is 192 (75.39% from 255 or 48.61% from 395); Max value from RGB is 192 - color contains mainly: blue. Hex color #AC1FC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC1FC0 is #53E03F. Grayscale: #5B5B5B. Windows color (decimal): -5496896 or 12591020. OLE color: 12591020.

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

Color convert

RGB 172 31 192 -
CMYK 0.10 0.84 0 0.25
HSL 292.55º 0.72% 0.44% -
HSV(B) 292.55º 0.84% 0.75% -
XYZ 27.02 13.56 51.06 -
YUV 91.51 184.71 185.41 -
System Red Green Blue C M Y K H S L
Decimal 172 31 192 0.10 0.84 0 0.25 292.55 0.72 0.44
Hex AC 1F C0 A 54 0 19 125 48 2C
Octal 254 37 300 12 124 0 31 445 110 54
Binary 10101100 11111 11000000 1010 1010100 0 11001 100100101 1001000 101100

Color Harmonies of #AC1FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1FC0

Black with #AC1FC0

Text Example


Text Example

White with #AC1FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1FC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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