Html Css Color HEX #AC3BDC Dark Orchid

📋 copy color: '#AC3BDC'

red 172 ◦ green 59 ◦ blue 220

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

Shades of Dark Orchid #AC3BDC

Tints of Dark Orchid #AC3BDC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.08%

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

R = 38.14%
G = 13.08%
B = 48.78%

CMYK

 C value IS 0.22

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AC3BDC (or 0xAC3BDC) is known color: Dark Orchid. HEX triplet: AC, 3B and DC. RGB value is (172,59,220). Sum of RGB (Red+Green+Blue) = 172+59+220=451 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.14% from 451); Green value is 59 (23.44% from 255 or 13.08% from 451); Blue value is 220 (86.33% from 255 or 48.78% from 451); Max value from RGB is 220 - color contains mainly: blue. Hex color #AC3BDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC3BDC is #53C423. Grayscale: #6E6E6E. Windows color (decimal): -5489700 or 14433196. OLE color: 14433196.

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

Color convert

RGB 172 59 220 -
CMYK 0.22 0.73 0 0.14
HSL 282.11º 0.7% 0.55% -
HSV(B) 282.11º 0.73% 0.86% -
XYZ 31.5 17.07 69.34 -
YUV 111.14 189.44 171.41 -
System Red Green Blue C M Y K H S L
Decimal 172 59 220 0.22 0.73 0 0.14 282.11 0.7 0.55
Hex AC 3B DC 16 49 0 E 11A 46 37
Octal 254 73 334 26 111 0 16 432 106 67
Binary 10101100 111011 11011100 10110 1001001 0 1110 100011010 1000110 110111

Color Harmonies of #AC3BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3BDC

Black with #AC3BDC

Text Example


Text Example

White with #AC3BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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