Html Css Color HEX #AC27AC Dark Orchid

📋 copy color: '#AC27AC'

red 172 ◦ green 39 ◦ blue 172

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

Shades of Dark Orchid #AC27AC

Tints of Dark Orchid #AC27AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 44.91%

R = 44.91%
G = 10.18%
B = 44.91%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AC27AC (or 0xAC27AC) is known color: Dark Orchid. HEX triplet: AC, 27 and AC. RGB value is (172,39,172). Sum of RGB (Red+Green+Blue) = 172+39+172=383 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.91% from 383); Green value is 39 (15.62% from 255 or 10.18% from 383); Blue value is 172 (67.58% from 255 or 44.91% from 383); Max value from RGB is 172 - color contains mainly: red, blue. Hex color #AC27AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC27AC is #53D853. Grayscale: #5D5D5D. Windows color (decimal): -5494868 or 11282348. OLE color: 11282348.

HSL color Cylindrical-coordinate representation of color #AC27AC: hue angle of 300º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AC27AC is Cyan = 0, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 39 172 -
CMYK 0 0.77 0 0.33
HSL 300º 0.63% 0.41% -
HSV(B) 300º 0.77% 0.67% -
XYZ 25.19 13.2 40.25 -
YUV 93.93 172.06 183.69 -
System Red Green Blue C M Y K H S L
Decimal 172 39 172 0 0.77 0 0.33 300 0.63 0.41
Hex AC 27 AC 0 4D 0 21 12C 3F 29
Octal 254 47 254 0 115 0 41 454 77 51
Binary 10101100 100111 10101100 0 1001101 0 100001 100101100 111111 101001

Color Harmonies of #AC27AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC27AC

Black with #AC27AC

Text Example


Text Example

White with #AC27AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC27AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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