Html Css Color HEX #AC3DDC Dark Orchid

📋 copy color: '#AC3DDC'

red 172 ◦ green 61 ◦ blue 220

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

Shades of Dark Orchid #AC3DDC

Tints of Dark Orchid #AC3DDC

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.47%

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

R = 37.97%
G = 13.47%
B = 48.57%

CMYK

 C value IS 0.22

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AC3DDC (or 0xAC3DDC) is known color: Dark Orchid. HEX triplet: AC, 3D and DC. RGB value is (172,61,220). Sum of RGB (Red+Green+Blue) = 172+61+220=453 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.97% from 453); Green value is 61 (24.22% from 255 or 13.47% from 453); Blue value is 220 (86.33% from 255 or 48.57% from 453); Max value from RGB is 220 - color contains mainly: blue. Hex color #AC3DDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC3DDC is #53C223. Grayscale: #6F6F6F. Windows color (decimal): -5489188 or 14433708. OLE color: 14433708.

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

Color convert

RGB 172 61 220 -
CMYK 0.22 0.72 0 0.14
HSL 281.89º 0.69% 0.55% -
HSV(B) 281.89º 0.72% 0.86% -
XYZ 31.6 17.28 69.38 -
YUV 112.32 188.77 170.57 -
System Red Green Blue C M Y K H S L
Decimal 172 61 220 0.22 0.72 0 0.14 281.89 0.69 0.55
Hex AC 3D DC 16 48 0 E 11A 45 37
Octal 254 75 334 26 110 0 16 432 105 67
Binary 10101100 111101 11011100 10110 1001000 0 1110 100011010 1000101 110111

Color Harmonies of #AC3DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3DDC

Black with #AC3DDC

Text Example


Text Example

White with #AC3DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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