Html Css Color HEX #AC17BE Dark Orchid

📋 copy color: '#AC17BE'

red 172 ◦ green 23 ◦ blue 190

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

Shades of Dark Orchid #AC17BE

Tints of Dark Orchid #AC17BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 49.35%

R = 44.68%
G = 5.97%
B = 49.35%

CMYK

 C value IS 0.09

 M value IS 0.88

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AC17BE (or 0xAC17BE) is known color: Dark Orchid. HEX triplet: AC, 17 and BE. RGB value is (172,23,190). Sum of RGB (Red+Green+Blue) = 172+23+190=385 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.68% from 385); Green value is 23 (9.38% from 255 or 5.97% from 385); Blue value is 190 (74.61% from 255 or 49.35% from 385); Max value from RGB is 190 - color contains mainly: blue. Hex color #AC17BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC17BE is #53E841. Grayscale: #565656. Windows color (decimal): -5498946 or 12457900. OLE color: 12457900.

HSL color Cylindrical-coordinate representation of color #AC17BE: hue angle of 293.53º degrees, saturation: 0.78, 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 #AC17BE is Cyan = 0.09, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 172 23 190 -
CMYK 0.09 0.88 0 0.25
HSL 293.53º 0.78% 0.42% -
HSV(B) 293.53º 0.88% 0.75% -
XYZ 26.61 13.1 49.84 -
YUV 86.59 186.36 188.92 -
System Red Green Blue C M Y K H S L
Decimal 172 23 190 0.09 0.88 0 0.25 293.53 0.78 0.42
Hex AC 17 BE 9 58 0 19 126 4E 2A
Octal 254 27 276 11 130 0 31 446 116 52
Binary 10101100 10111 10111110 1001 1011000 0 11001 100100110 1001110 101010

Color Harmonies of #AC17BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC17BE

Black with #AC17BE

Text Example


Text Example

White with #AC17BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC17BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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