Html Css Color HEX #AC27DF Dark Orchid

📋 copy color: '#AC27DF'

red 172 ◦ green 39 ◦ blue 223

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

Shades of Dark Orchid #AC27DF

Tints of Dark Orchid #AC27DF

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.99%

 BLUE value IS 223 (87.5% from 255) = 51.38%

R = 39.63%
G = 8.99%
B = 51.38%

CMYK

 C value IS 0.23

 M value IS 0.83

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AC27DF (or 0xAC27DF) is known color: Dark Orchid. HEX triplet: AC, 27 and DF. RGB value is (172,39,223). Sum of RGB (Red+Green+Blue) = 172+39+223=434 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.63% from 434); Green value is 39 (15.62% from 255 or 8.99% from 434); Blue value is 223 (87.5% from 255 or 51.38% from 434); Max value from RGB is 223 - color contains mainly: blue. Hex color #AC27DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC27DF is #53D820. Grayscale: #636363. Windows color (decimal): -5494817 or 14624684. OLE color: 14624684.

HSL color Cylindrical-coordinate representation of color #AC27DF: hue angle of 283.37º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AC27DF is Cyan = 0.23, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 39 223 -
CMYK 0.23 0.83 0 0.13
HSL 283.37º 0.74% 0.51% -
HSV(B) 283.37º 0.83% 0.87% -
XYZ 31.06 15.55 71.18 -
YUV 99.74 197.56 179.54 -
System Red Green Blue C M Y K H S L
Decimal 172 39 223 0.23 0.83 0 0.13 283.37 0.74 0.51
Hex AC 27 DF 17 53 0 D 11B 4A 33
Octal 254 47 337 27 123 0 15 433 112 63
Binary 10101100 100111 11011111 10111 1010011 0 1101 100011011 1001010 110011

Color Harmonies of #AC27DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC27DF

Black with #AC27DF

Text Example


Text Example

White with #AC27DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC27DF; }

 p { color: rgb(172,39,223); }

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

background-color css

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

 a { background-color: rgb(172,39,223); }

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

border-color css

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

 span { border-color: rgb(172,39,223); }

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