Html Css Color HEX #AC3FCE Dark Orchid

📋 copy color: '#AC3FCE'

red 172 ◦ green 63 ◦ blue 206

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

Shades of Dark Orchid #AC3FCE

Tints of Dark Orchid #AC3FCE

RGB

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

 GREEN value IS 63 (25% from 255) = 14.29%

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

R = 39%
G = 14.29%
B = 46.71%

CMYK

 C value IS 0.17

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AC3FCE (or 0xAC3FCE) is known color: Dark Orchid. HEX triplet: AC, 3F and CE. RGB value is (172,63,206). Sum of RGB (Red+Green+Blue) = 172+63+206=441 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.00% from 441); Green value is 63 (25% from 255 or 14.29% from 441); Blue value is 206 (80.86% from 255 or 46.71% from 441); Max value from RGB is 206 - color contains mainly: blue. Hex color #AC3FCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC3FCE is #53C031. Grayscale: #6F6F6F. Windows color (decimal): -5488690 or 13516716. OLE color: 13516716.

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

Color convert

RGB 172 63 206 -
CMYK 0.17 0.69 0 0.19
HSL 285.73º 0.59% 0.53% -
HSV(B) 285.73º 0.69% 0.81% -
XYZ 29.93 16.78 60.05 -
YUV 111.89 181.11 170.87 -
System Red Green Blue C M Y K H S L
Decimal 172 63 206 0.17 0.69 0 0.19 285.73 0.59 0.53
Hex AC 3F CE 11 45 0 13 11E 3B 35
Octal 254 77 316 21 105 0 23 436 73 65
Binary 10101100 111111 11001110 10001 1000101 0 10011 100011110 111011 110101

Color Harmonies of #AC3FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3FCE

Black with #AC3FCE

Text Example


Text Example

White with #AC3FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3FCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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