Html Css Color HEX #AC3AD9 Dark Orchid

📋 copy color: '#AC3AD9'

red 172 ◦ green 58 ◦ blue 217

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

Shades of Dark Orchid #AC3AD9

Tints of Dark Orchid #AC3AD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 48.55%

R = 38.48%
G = 12.98%
B = 48.55%

CMYK

 C value IS 0.21

 M value IS 0.73

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AC3AD9 (or 0xAC3AD9) is known color: Dark Orchid. HEX triplet: AC, 3A and D9. RGB value is (172,58,217). Sum of RGB (Red+Green+Blue) = 172+58+217=447 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.48% from 447); Green value is 58 (23.05% from 255 or 12.98% from 447); Blue value is 217 (85.16% from 255 or 48.55% from 447); Max value from RGB is 217 - color contains mainly: blue. Hex color #AC3AD9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC3AD9 is #53C526. Grayscale: #6D6D6D. Windows color (decimal): -5489959 or 14236332. OLE color: 14236332.

HSL color Cylindrical-coordinate representation of color #AC3AD9: hue angle of 283.02º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AC3AD9 is Cyan = 0.21, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 172 58 217 -
CMYK 0.21 0.73 0 0.15
HSL 283.02º 0.68% 0.54% -
HSV(B) 283.02º 0.73% 0.85% -
XYZ 31.05 16.81 67.25 -
YUV 110.21 188.27 172.07 -
System Red Green Blue C M Y K H S L
Decimal 172 58 217 0.21 0.73 0 0.15 283.02 0.68 0.54
Hex AC 3A D9 15 49 0 F 11B 44 36
Octal 254 72 331 25 111 0 17 433 104 66
Binary 10101100 111010 11011001 10101 1001001 0 1111 100011011 1000100 110110

Color Harmonies of #AC3AD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3AD9

Black with #AC3AD9

Text Example


Text Example

White with #AC3AD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3AD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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