Html Css Color HEX #AC17B8 Dark Orchid

📋 copy color: '#AC17B8'

red 172 ◦ green 23 ◦ blue 184

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

Shades of Dark Orchid #AC17B8

Tints of Dark Orchid #AC17B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 48.55%

R = 45.38%
G = 6.07%
B = 48.55%

CMYK

 C value IS 0.07

 M value IS 0.88

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AC17B8 (or 0xAC17B8) is known color: Dark Orchid. HEX triplet: AC, 17 and B8. RGB value is (172,23,184). Sum of RGB (Red+Green+Blue) = 172+23+184=379 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.38% from 379); Green value is 23 (9.38% from 255 or 6.07% from 379); Blue value is 184 (72.27% from 255 or 48.55% from 379); Max value from RGB is 184 - color contains mainly: blue. Hex color #AC17B8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC17B8 is #53E847. Grayscale: #555555. Windows color (decimal): -5498952 or 12064684. OLE color: 12064684.

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

Color convert

RGB 172 23 184 -
CMYK 0.07 0.88 0 0.28
HSL 295.53º 0.78% 0.41% -
HSV(B) 295.53º 0.88% 0.72% -
XYZ 25.97 12.84 46.46 -
YUV 85.91 183.36 189.41 -
System Red Green Blue C M Y K H S L
Decimal 172 23 184 0.07 0.88 0 0.28 295.53 0.78 0.41
Hex AC 17 B8 7 58 0 1C 128 4E 29
Octal 254 27 270 7 130 0 34 450 116 51
Binary 10101100 10111 10111000 111 1011000 0 11100 100101000 1001110 101001

Color Harmonies of #AC17B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC17B8

Black with #AC17B8

Text Example


Text Example

White with #AC17B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC17B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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