Html Css Color HEX #AC1CCF Dark Orchid

📋 copy color: '#AC1CCF'

red 172 ◦ green 28 ◦ blue 207

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

Shades of Dark Orchid #AC1CCF

Tints of Dark Orchid #AC1CCF

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.88%

 BLUE value IS 207 (81.25% from 255) = 50.86%

R = 42.26%
G = 6.88%
B = 50.86%

CMYK

 C value IS 0.17

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AC1CCF (or 0xAC1CCF) is known color: Dark Orchid. HEX triplet: AC, 1C and CF. RGB value is (172,28,207). Sum of RGB (Red+Green+Blue) = 172+28+207=407 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.26% from 407); Green value is 28 (11.33% from 255 or 6.88% from 407); Blue value is 207 (81.25% from 255 or 50.86% from 407); Max value from RGB is 207 - color contains mainly: blue. Hex color #AC1CCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC1CCF is #53E330. Grayscale: #5A5A5A. Windows color (decimal): -5497649 or 13573292. OLE color: 13573292.

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

Color convert

RGB 172 28 207 -
CMYK 0.17 0.86 0 0.19
HSL 288.27º 0.76% 0.46% -
HSV(B) 288.27º 0.86% 0.81% -
XYZ 28.69 14.11 60.24 -
YUV 91.46 193.21 185.45 -
System Red Green Blue C M Y K H S L
Decimal 172 28 207 0.17 0.86 0 0.19 288.27 0.76 0.46
Hex AC 1C CF 11 56 0 13 120 4C 2E
Octal 254 34 317 21 126 0 23 440 114 56
Binary 10101100 11100 11001111 10001 1010110 0 10011 100100000 1001100 101110

Color Harmonies of #AC1CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1CCF

Black with #AC1CCF

Text Example


Text Example

White with #AC1CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1CCF; }

 p { color: rgb(172,28,207); }

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

background-color css

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

 a { background-color: rgb(172,28,207); }

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

border-color css

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

 span { border-color: rgb(172,28,207); }

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