Html Css Color HEX #AC2FAE Dark Orchid

📋 copy color: '#AC2FAE'

red 172 ◦ green 47 ◦ blue 174

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

Shades of Dark Orchid #AC2FAE

Tints of Dark Orchid #AC2FAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 44.27%

R = 43.77%
G = 11.96%
B = 44.27%

CMYK

 C value IS 0.01

 M value IS 0.73

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AC2FAE (or 0xAC2FAE) is known color: Dark Orchid. HEX triplet: AC, 2F and AE. RGB value is (172,47,174). Sum of RGB (Red+Green+Blue) = 172+47+174=393 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.77% from 393); Green value is 47 (18.75% from 255 or 11.96% from 393); Blue value is 174 (68.36% from 255 or 44.27% from 393); Max value from RGB is 174 - color contains mainly: blue. Hex color #AC2FAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC2FAE is #53D051. Grayscale: #626262. Windows color (decimal): -5492818 or 11415468. OLE color: 11415468.

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

Color convert

RGB 172 47 174 -
CMYK 0.01 0.73 0 0.32
HSL 299.06º 0.57% 0.43% -
HSV(B) 299.06º 0.73% 0.68% -
XYZ 25.67 13.86 41.37 -
YUV 98.85 170.41 180.17 -
System Red Green Blue C M Y K H S L
Decimal 172 47 174 0.01 0.73 0 0.32 299.06 0.57 0.43
Hex AC 2F AE 1 49 0 20 12B 39 2B
Octal 254 57 256 1 111 0 40 453 71 53
Binary 10101100 101111 10101110 1 1001001 0 100000 100101011 111001 101011

Color Harmonies of #AC2FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2FAE

Black with #AC2FAE

Text Example


Text Example

White with #AC2FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2FAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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