Html Css Color HEX #AC17C0 Dark Orchid

📋 copy color: '#AC17C0'

red 172 ◦ green 23 ◦ blue 192

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

Shades of Dark Orchid #AC17C0

Tints of Dark Orchid #AC17C0

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.94%

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

R = 44.44%
G = 5.94%
B = 49.61%

CMYK

 C value IS 0.10

 M value IS 0.88

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AC17C0 (or 0xAC17C0) is known color: Dark Orchid. HEX triplet: AC, 17 and C0. RGB value is (172,23,192). Sum of RGB (Red+Green+Blue) = 172+23+192=387 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.44% from 387); Green value is 23 (9.38% from 255 or 5.94% from 387); Blue value is 192 (75.39% from 255 or 49.61% from 387); Max value from RGB is 192 - color contains mainly: blue. Hex color #AC17C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC17C0 is #53E83F. Grayscale: #565656. Windows color (decimal): -5498944 or 12588972. OLE color: 12588972.

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

Color convert

RGB 172 23 192 -
CMYK 0.10 0.88 0 0.25
HSL 292.9º 0.79% 0.42% -
HSV(B) 292.9º 0.88% 0.75% -
XYZ 26.83 13.19 51 -
YUV 86.82 187.36 188.76 -
System Red Green Blue C M Y K H S L
Decimal 172 23 192 0.10 0.88 0 0.25 292.9 0.79 0.42
Hex AC 17 C0 A 58 0 19 125 4F 2A
Octal 254 27 300 12 130 0 31 445 117 52
Binary 10101100 10111 11000000 1010 1011000 0 11001 100100101 1001111 101010

Color Harmonies of #AC17C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC17C0

Black with #AC17C0

Text Example


Text Example

White with #AC17C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC17C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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