Html Css Color HEX #AC3EDC Dark Orchid

📋 copy color: '#AC3EDC'

red 172 ◦ green 62 ◦ blue 220

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

Shades of Dark Orchid #AC3EDC

Tints of Dark Orchid #AC3EDC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 13.66%

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

R = 37.89%
G = 13.66%
B = 48.46%

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

#AC3EDC (or 0xAC3EDC) is known color: Dark Orchid. HEX triplet: AC, 3E and DC. RGB value is (172,62,220). Sum of RGB (Red+Green+Blue) = 172+62+220=454 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.89% from 454); Green value is 62 (24.61% from 255 or 13.66% from 454); Blue value is 220 (86.33% from 255 or 48.46% from 454); Max value from RGB is 220 - color contains mainly: blue. Hex color #AC3EDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC3EDC is #53C123. Grayscale: #707070. Windows color (decimal): -5488932 or 14433964. OLE color: 14433964.

HSL color Cylindrical-coordinate representation of color #AC3EDC: hue angle of 281.77º 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 #AC3EDC is Cyan = 0.22, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 172 62 220 -
CMYK 0.22 0.72 0 0.14
HSL 281.77º 0.69% 0.55% -
HSV(B) 281.77º 0.72% 0.86% -
XYZ 31.65 17.38 69.4 -
YUV 112.9 188.44 170.15 -
System Red Green Blue C M Y K H S L
Decimal 172 62 220 0.22 0.72 0 0.14 281.77 0.69 0.55
Hex AC 3E DC 16 48 0 E 11A 45 37
Octal 254 76 334 26 110 0 16 432 105 67
Binary 10101100 111110 11011100 10110 1001000 0 1110 100011010 1000101 110111

Color Harmonies of #AC3EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3EDC

Black with #AC3EDC

Text Example


Text Example

White with #AC3EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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