Html Css Color HEX #AC3BDE Dark Orchid

📋 copy color: '#AC3BDE'

red 172 ◦ green 59 ◦ blue 222

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

Shades of Dark Orchid #AC3BDE

Tints of Dark Orchid #AC3BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 49.01%

R = 37.97%
G = 13.02%
B = 49.01%

CMYK

 C value IS 0.23

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AC3BDE (or 0xAC3BDE) is known color: Dark Orchid. HEX triplet: AC, 3B and DE. RGB value is (172,59,222). Sum of RGB (Red+Green+Blue) = 172+59+222=453 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.97% from 453); Green value is 59 (23.44% from 255 or 13.02% from 453); Blue value is 222 (87.11% from 255 or 49.01% from 453); Max value from RGB is 222 - color contains mainly: blue. Hex color #AC3BDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC3BDE is #53C421. Grayscale: #6E6E6E. Windows color (decimal): -5489698 or 14564268. OLE color: 14564268.

HSL color Cylindrical-coordinate representation of color #AC3BDE: hue angle of 281.6º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AC3BDE is Cyan = 0.23, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 59 222 -
CMYK 0.23 0.73 0 0.13
HSL 281.6º 0.71% 0.55% -
HSV(B) 281.6º 0.73% 0.87% -
XYZ 31.76 17.17 70.75 -
YUV 111.37 190.44 171.25 -
System Red Green Blue C M Y K H S L
Decimal 172 59 222 0.23 0.73 0 0.13 281.6 0.71 0.55
Hex AC 3B DE 17 49 0 D 11A 47 37
Octal 254 73 336 27 111 0 15 432 107 67
Binary 10101100 111011 11011110 10111 1001001 0 1101 100011010 1000111 110111

Color Harmonies of #AC3BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3BDE

Black with #AC3BDE

Text Example


Text Example

White with #AC3BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3BDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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