Html Css Color HEX #AC1ACF Dark Orchid

📋 copy color: '#AC1ACF'

red 172 ◦ green 26 ◦ blue 207

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

Shades of Dark Orchid #AC1ACF

Tints of Dark Orchid #AC1ACF

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.42%

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

R = 42.47%
G = 6.42%
B = 51.11%

CMYK

 C value IS 0.17

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AC1ACF (or 0xAC1ACF) is known color: Dark Orchid. HEX triplet: AC, 1A and CF. RGB value is (172,26,207). Sum of RGB (Red+Green+Blue) = 172+26+207=405 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.47% from 405); Green value is 26 (10.55% from 255 or 6.42% from 405); Blue value is 207 (81.25% from 255 or 51.11% from 405); Max value from RGB is 207 - color contains mainly: blue. Hex color #AC1ACF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC1ACF is #53E530. Grayscale: #595959. Windows color (decimal): -5498161 or 13572780. OLE color: 13572780.

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

Color convert

RGB 172 26 207 -
CMYK 0.17 0.87 0 0.19
HSL 288.4º 0.78% 0.46% -
HSV(B) 288.4º 0.87% 0.81% -
XYZ 28.65 14.01 60.23 -
YUV 90.29 193.87 186.28 -
System Red Green Blue C M Y K H S L
Decimal 172 26 207 0.17 0.87 0 0.19 288.4 0.78 0.46
Hex AC 1A CF 11 57 0 13 120 4E 2E
Octal 254 32 317 21 127 0 23 440 116 56
Binary 10101100 11010 11001111 10001 1010111 0 10011 100100000 1001110 101110

Color Harmonies of #AC1ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1ACF

Black with #AC1ACF

Text Example


Text Example

White with #AC1ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1ACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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