Html Css Color HEX #AC2FAC Dark Orchid

📋 copy color: '#AC2FAC'

red 172 ◦ green 47 ◦ blue 172

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

Shades of Dark Orchid #AC2FAC

Tints of Dark Orchid #AC2FAC

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.02%

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

R = 43.99%
G = 12.02%
B = 43.99%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AC2FAC (or 0xAC2FAC) is known color: Dark Orchid. HEX triplet: AC, 2F and AC. RGB value is (172,47,172). Sum of RGB (Red+Green+Blue) = 172+47+172=391 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.99% from 391); Green value is 47 (18.75% from 255 or 12.02% from 391); Blue value is 172 (67.58% from 255 or 43.99% from 391); Max value from RGB is 172 - color contains mainly: red, blue. Hex color #AC2FAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC2FAC is #53D053. Grayscale: #626262. Windows color (decimal): -5492820 or 11284396. OLE color: 11284396.

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

Color convert

RGB 172 47 172 -
CMYK 0 0.73 0 0.33
HSL 300º 0.57% 0.43% -
HSV(B) 300º 0.73% 0.67% -
XYZ 25.48 13.78 40.35 -
YUV 98.63 169.41 180.34 -
System Red Green Blue C M Y K H S L
Decimal 172 47 172 0 0.73 0 0.33 300 0.57 0.43
Hex AC 2F AC 0 49 0 21 12C 39 2B
Octal 254 57 254 0 111 0 41 454 71 53
Binary 10101100 101111 10101100 0 1001001 0 100001 100101100 111001 101011

Color Harmonies of #AC2FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2FAC

Black with #AC2FAC

Text Example


Text Example

White with #AC2FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2FAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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