Html Css Color HEX #AC17CA Dark Orchid

📋 copy color: '#AC17CA'

red 172 ◦ green 23 ◦ blue 202

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

Shades of Dark Orchid #AC17CA

Tints of Dark Orchid #AC17CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 50.88%

R = 43.32%
G = 5.79%
B = 50.88%

CMYK

 C value IS 0.15

 M value IS 0.89

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AC17CA (or 0xAC17CA) is known color: Dark Orchid. HEX triplet: AC, 17 and CA. RGB value is (172,23,202). Sum of RGB (Red+Green+Blue) = 172+23+202=397 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.32% from 397); Green value is 23 (9.38% from 255 or 5.79% from 397); Blue value is 202 (79.30% from 255 or 50.88% from 397); Max value from RGB is 202 - color contains mainly: blue. Hex color #AC17CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC17CA is #53E835. Grayscale: #575757. Windows color (decimal): -5498934 or 13244332. OLE color: 13244332.

HSL color Cylindrical-coordinate representation of color #AC17CA: hue angle of 289.94º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AC17CA is Cyan = 0.15, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 172 23 202 -
CMYK 0.15 0.89 0 0.21
HSL 289.94º 0.8% 0.44% -
HSV(B) 289.94º 0.89% 0.79% -
XYZ 27.98 13.65 57.04 -
YUV 87.96 192.36 187.95 -
System Red Green Blue C M Y K H S L
Decimal 172 23 202 0.15 0.89 0 0.21 289.94 0.8 0.44
Hex AC 17 CA F 59 0 15 122 50 2C
Octal 254 27 312 17 131 0 25 442 120 54
Binary 10101100 10111 11001010 1111 1011001 0 10101 100100010 1010000 101100

Color Harmonies of #AC17CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC17CA

Black with #AC17CA

Text Example


Text Example

White with #AC17CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC17CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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