Html Css Color HEX #AC3AD6 Dark Orchid

📋 copy color: '#AC3AD6'

red 172 ◦ green 58 ◦ blue 214

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

Shades of Dark Orchid #AC3AD6

Tints of Dark Orchid #AC3AD6

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.06%

 BLUE value IS 214 (83.98% from 255) = 48.2%

R = 38.74%
G = 13.06%
B = 48.2%

CMYK

 C value IS 0.20

 M value IS 0.73

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AC3AD6 (or 0xAC3AD6) is known color: Dark Orchid. HEX triplet: AC, 3A and D6. RGB value is (172,58,214). Sum of RGB (Red+Green+Blue) = 172+58+214=444 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.74% from 444); Green value is 58 (23.05% from 255 or 13.06% from 444); Blue value is 214 (83.98% from 255 or 48.20% from 444); Max value from RGB is 214 - color contains mainly: blue. Hex color #AC3AD6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC3AD6 is #53C529. Grayscale: #6D6D6D. Windows color (decimal): -5489962 or 14039724. OLE color: 14039724.

HSL color Cylindrical-coordinate representation of color #AC3AD6: hue angle of 283.85º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AC3AD6 is Cyan = 0.20, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 172 58 214 -
CMYK 0.20 0.73 0 0.16
HSL 283.85º 0.66% 0.53% -
HSV(B) 283.85º 0.73% 0.84% -
XYZ 30.66 16.65 65.22 -
YUV 109.87 186.77 172.32 -
System Red Green Blue C M Y K H S L
Decimal 172 58 214 0.20 0.73 0 0.16 283.85 0.66 0.53
Hex AC 3A D6 14 49 0 10 11C 42 35
Octal 254 72 326 24 111 0 20 434 102 65
Binary 10101100 111010 11010110 10100 1001001 0 10000 100011100 1000010 110101

Color Harmonies of #AC3AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3AD6

Black with #AC3AD6

Text Example


Text Example

White with #AC3AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3AD6; }

 p { color: rgb(172,58,214); }

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

background-color css

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

 a { background-color: rgb(172,58,214); }

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

border-color css

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

 span { border-color: rgb(172,58,214); }

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