Html Css Color HEX #AC17BD Dark Orchid

📋 copy color: '#AC17BD'

red 172 ◦ green 23 ◦ blue 189

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

Shades of Dark Orchid #AC17BD

Tints of Dark Orchid #AC17BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 49.22%

R = 44.79%
G = 5.99%
B = 49.22%

CMYK

 C value IS 0.09

 M value IS 0.88

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AC17BD (or 0xAC17BD) is known color: Dark Orchid. HEX triplet: AC, 17 and BD. RGB value is (172,23,189). Sum of RGB (Red+Green+Blue) = 172+23+189=384 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.79% from 384); Green value is 23 (9.38% from 255 or 5.99% from 384); Blue value is 189 (74.22% from 255 or 49.22% from 384); Max value from RGB is 189 - color contains mainly: blue. Hex color #AC17BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC17BD is #53E842. Grayscale: #555555. Windows color (decimal): -5498947 or 12392364. OLE color: 12392364.

HSL color Cylindrical-coordinate representation of color #AC17BD: hue angle of 293.86º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AC17BD is Cyan = 0.09, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 172 23 189 -
CMYK 0.09 0.88 0 0.26
HSL 293.86º 0.78% 0.42% -
HSV(B) 293.86º 0.88% 0.74% -
XYZ 26.5 13.06 49.27 -
YUV 86.48 185.86 189 -
System Red Green Blue C M Y K H S L
Decimal 172 23 189 0.09 0.88 0 0.26 293.86 0.78 0.42
Hex AC 17 BD 9 58 0 1A 126 4E 2A
Octal 254 27 275 11 130 0 32 446 116 52
Binary 10101100 10111 10111101 1001 1011000 0 11010 100100110 1001110 101010

Color Harmonies of #AC17BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC17BD

Black with #AC17BD

Text Example


Text Example

White with #AC17BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC17BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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