Html Css Color HEX #AC3FDC Dark Orchid

📋 copy color: '#AC3FDC'

red 172 ◦ green 63 ◦ blue 220

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

Shades of Dark Orchid #AC3FDC

Tints of Dark Orchid #AC3FDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 48.35%

R = 37.8%
G = 13.85%
B = 48.35%

CMYK

 C value IS 0.22

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AC3FDC (or 0xAC3FDC) is known color: Dark Orchid. HEX triplet: AC, 3F and DC. RGB value is (172,63,220). Sum of RGB (Red+Green+Blue) = 172+63+220=455 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.80% from 455); Green value is 63 (25% from 255 or 13.85% from 455); Blue value is 220 (86.33% from 255 or 48.35% from 455); Max value from RGB is 220 - color contains mainly: blue. Hex color #AC3FDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC3FDC is #53C023. Grayscale: #707070. Windows color (decimal): -5488676 or 14434220. OLE color: 14434220.

HSL color Cylindrical-coordinate representation of color #AC3FDC: hue angle of 281.66º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AC3FDC is Cyan = 0.22, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 172 63 220 -
CMYK 0.22 0.71 0 0.14
HSL 281.66º 0.69% 0.55% -
HSV(B) 281.66º 0.71% 0.86% -
XYZ 31.71 17.49 69.42 -
YUV 113.49 188.11 169.73 -
System Red Green Blue C M Y K H S L
Decimal 172 63 220 0.22 0.71 0 0.14 281.66 0.69 0.55
Hex AC 3F DC 16 47 0 E 11A 45 37
Octal 254 77 334 26 107 0 16 432 105 67
Binary 10101100 111111 11011100 10110 1000111 0 1110 100011010 1000101 110111

Color Harmonies of #AC3FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3FDC

Black with #AC3FDC

Text Example


Text Example

White with #AC3FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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