Html Css Color HEX #AC27BA Dark Orchid

📋 copy color: '#AC27BA'

red 172 ◦ green 39 ◦ blue 186

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

Shades of Dark Orchid #AC27BA

Tints of Dark Orchid #AC27BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 46.85%

R = 43.32%
G = 9.82%
B = 46.85%

CMYK

 C value IS 0.08

 M value IS 0.79

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AC27BA (or 0xAC27BA) is known color: Dark Orchid. HEX triplet: AC, 27 and BA. RGB value is (172,39,186). Sum of RGB (Red+Green+Blue) = 172+39+186=397 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.32% from 397); Green value is 39 (15.62% from 255 or 9.82% from 397); Blue value is 186 (73.05% from 255 or 46.85% from 397); Max value from RGB is 186 - color contains mainly: blue. Hex color #AC27BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC27BA is #53D845. Grayscale: #5F5F5F. Windows color (decimal): -5494854 or 12199852. OLE color: 12199852.

HSL color Cylindrical-coordinate representation of color #AC27BA: hue angle of 294.29º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AC27BA is Cyan = 0.08, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 172 39 186 -
CMYK 0.08 0.79 0 0.27
HSL 294.29º 0.65% 0.44% -
HSV(B) 294.29º 0.79% 0.73% -
XYZ 26.6 13.77 47.71 -
YUV 95.53 179.06 182.55 -
System Red Green Blue C M Y K H S L
Decimal 172 39 186 0.08 0.79 0 0.27 294.29 0.65 0.44
Hex AC 27 BA 8 4F 0 1B 126 41 2C
Octal 254 47 272 10 117 0 33 446 101 54
Binary 10101100 100111 10111010 1000 1001111 0 11011 100100110 1000001 101100

Color Harmonies of #AC27BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC27BA

Black with #AC27BA

Text Example


Text Example

White with #AC27BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC27BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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