Html Css Color HEX #AC3FDF Dark Orchid

📋 copy color: '#AC3FDF'

red 172 ◦ green 63 ◦ blue 223

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

Shades of Dark Orchid #AC3FDF

Tints of Dark Orchid #AC3FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 48.69%

R = 37.55%
G = 13.76%
B = 48.69%

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

#AC3FDF (or 0xAC3FDF) is known color: Dark Orchid. HEX triplet: AC, 3F and DF. RGB value is (172,63,223). Sum of RGB (Red+Green+Blue) = 172+63+223=458 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.55% from 458); Green value is 63 (25% from 255 or 13.76% from 458); Blue value is 223 (87.5% from 255 or 48.69% from 458); Max value from RGB is 223 - color contains mainly: blue. Hex color #AC3FDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC3FDF is #53C020. Grayscale: #717171. Windows color (decimal): -5488673 or 14630828. OLE color: 14630828.

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

Color convert

RGB 172 63 223 -
CMYK 0.23 0.72 0 0.13
HSL 280.88º 0.71% 0.56% -
HSV(B) 280.88º 0.72% 0.87% -
XYZ 32.11 17.65 71.53 -
YUV 113.83 189.61 169.49 -
System Red Green Blue C M Y K H S L
Decimal 172 63 223 0.23 0.72 0 0.13 280.88 0.71 0.56
Hex AC 3F DF 17 48 0 D 119 47 38
Octal 254 77 337 27 110 0 15 431 107 70
Binary 10101100 111111 11011111 10111 1001000 0 1101 100011001 1000111 111000

Color Harmonies of #AC3FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3FDF

Black with #AC3FDF

Text Example


Text Example

White with #AC3FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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