Html Css Color HEX #AC2FCE Dark Orchid

📋 copy color: '#AC2FCE'

red 172 ◦ green 47 ◦ blue 206

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

Shades of Dark Orchid #AC2FCE

Tints of Dark Orchid #AC2FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 48.47%

R = 40.47%
G = 11.06%
B = 48.47%

CMYK

 C value IS 0.17

 M value IS 0.77

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AC2FCE (or 0xAC2FCE) is known color: Dark Orchid. HEX triplet: AC, 2F and CE. RGB value is (172,47,206). Sum of RGB (Red+Green+Blue) = 172+47+206=425 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.47% from 425); Green value is 47 (18.75% from 255 or 11.06% from 425); Blue value is 206 (80.86% from 255 or 48.47% from 425); Max value from RGB is 206 - color contains mainly: blue. Hex color #AC2FCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC2FCE is #53D031. Grayscale: #656565. Windows color (decimal): -5492786 or 13512620. OLE color: 13512620.

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

Color convert

RGB 172 47 206 -
CMYK 0.17 0.77 0 0.19
HSL 287.17º 0.63% 0.5% -
HSV(B) 287.17º 0.77% 0.81% -
XYZ 29.17 15.26 59.8 -
YUV 102.5 186.41 177.57 -
System Red Green Blue C M Y K H S L
Decimal 172 47 206 0.17 0.77 0 0.19 287.17 0.63 0.5
Hex AC 2F CE 11 4D 0 13 11F 3F 32
Octal 254 57 316 21 115 0 23 437 77 62
Binary 10101100 101111 11001110 10001 1001101 0 10011 100011111 111111 110010

Color Harmonies of #AC2FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2FCE

Black with #AC2FCE

Text Example


Text Example

White with #AC2FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2FCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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