Html Css Color HEX #AC3FDE Dark Orchid

📋 copy color: '#AC3FDE'

red 172 ◦ green 63 ◦ blue 222

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

Shades of Dark Orchid #AC3FDE

Tints of Dark Orchid #AC3FDE

RGB

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

 GREEN value IS 63 (25% from 255) = 13.79%

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

R = 37.64%
G = 13.79%
B = 48.58%

CMYK

 C value IS 0.23

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AC3FDE (or 0xAC3FDE) is known color: Dark Orchid. HEX triplet: AC, 3F and DE. RGB value is (172,63,222). Sum of RGB (Red+Green+Blue) = 172+63+222=457 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.64% from 457); Green value is 63 (25% from 255 or 13.79% from 457); Blue value is 222 (87.11% from 255 or 48.58% from 457); Max value from RGB is 222 - color contains mainly: blue. Hex color #AC3FDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC3FDE is #53C021. Grayscale: #717171. Windows color (decimal): -5488674 or 14565292. OLE color: 14565292.

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

Color convert

RGB 172 63 222 -
CMYK 0.23 0.72 0 0.13
HSL 281.13º 0.71% 0.56% -
HSV(B) 281.13º 0.72% 0.87% -
XYZ 31.98 17.6 70.82 -
YUV 113.72 189.11 169.57 -
System Red Green Blue C M Y K H S L
Decimal 172 63 222 0.23 0.72 0 0.13 281.13 0.71 0.56
Hex AC 3F DE 17 48 0 D 119 47 38
Octal 254 77 336 27 110 0 15 431 107 70
Binary 10101100 111111 11011110 10111 1001000 0 1101 100011001 1000111 111000

Color Harmonies of #AC3FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3FDE

Black with #AC3FDE

Text Example


Text Example

White with #AC3FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3FDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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