Html Css Color HEX #AC27CF Dark Orchid

📋 copy color: '#AC27CF'

red 172 ◦ green 39 ◦ blue 207

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

Shades of Dark Orchid #AC27CF

Tints of Dark Orchid #AC27CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 49.52%

R = 41.15%
G = 9.33%
B = 49.52%

CMYK

 C value IS 0.17

 M value IS 0.81

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AC27CF (or 0xAC27CF) is known color: Dark Orchid. HEX triplet: AC, 27 and CF. RGB value is (172,39,207). Sum of RGB (Red+Green+Blue) = 172+39+207=418 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.15% from 418); Green value is 39 (15.62% from 255 or 9.33% from 418); Blue value is 207 (81.25% from 255 or 49.52% from 418); Max value from RGB is 207 - color contains mainly: blue. Hex color #AC27CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC27CF is #53D830. Grayscale: #616161. Windows color (decimal): -5494833 or 13576108. OLE color: 13576108.

HSL color Cylindrical-coordinate representation of color #AC27CF: hue angle of 287.5º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AC27CF is Cyan = 0.17, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 172 39 207 -
CMYK 0.17 0.81 0 0.19
HSL 287.5º 0.68% 0.48% -
HSV(B) 287.5º 0.81% 0.81% -
XYZ 29 14.73 60.35 -
YUV 97.92 189.56 180.84 -
System Red Green Blue C M Y K H S L
Decimal 172 39 207 0.17 0.81 0 0.19 287.5 0.68 0.48
Hex AC 27 CF 11 51 0 13 120 44 30
Octal 254 47 317 21 121 0 23 440 104 60
Binary 10101100 100111 11001111 10001 1010001 0 10011 100100000 1000100 110000

Color Harmonies of #AC27CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC27CF

Black with #AC27CF

Text Example


Text Example

White with #AC27CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC27CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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