Html Css Color HEX #AC17B9 Dark Orchid

📋 copy color: '#AC17B9'

red 172 ◦ green 23 ◦ blue 185

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

Shades of Dark Orchid #AC17B9

Tints of Dark Orchid #AC17B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 48.68%

R = 45.26%
G = 6.05%
B = 48.68%

CMYK

 C value IS 0.07

 M value IS 0.88

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AC17B9 (or 0xAC17B9) is known color: Dark Orchid. HEX triplet: AC, 17 and B9. RGB value is (172,23,185). Sum of RGB (Red+Green+Blue) = 172+23+185=380 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.26% from 380); Green value is 23 (9.38% from 255 or 6.05% from 380); Blue value is 185 (72.66% from 255 or 48.68% from 380); Max value from RGB is 185 - color contains mainly: blue. Hex color #AC17B9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC17B9 is #53E846. Grayscale: #555555. Windows color (decimal): -5498951 or 12130220. OLE color: 12130220.

HSL color Cylindrical-coordinate representation of color #AC17B9: hue angle of 295.19º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AC17B9 is Cyan = 0.07, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 172 23 185 -
CMYK 0.07 0.88 0 0.27
HSL 295.19º 0.78% 0.41% -
HSV(B) 295.19º 0.88% 0.73% -
XYZ 26.08 12.89 47.01 -
YUV 86.02 183.86 189.33 -
System Red Green Blue C M Y K H S L
Decimal 172 23 185 0.07 0.88 0 0.27 295.19 0.78 0.41
Hex AC 17 B9 7 58 0 1B 127 4E 29
Octal 254 27 271 7 130 0 33 447 116 51
Binary 10101100 10111 10111001 111 1011000 0 11011 100100111 1001110 101001

Color Harmonies of #AC17B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC17B9

Black with #AC17B9

Text Example


Text Example

White with #AC17B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC17B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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