Html Css Color HEX #AC3EDF Dark Orchid

📋 copy color: '#AC3EDF'

red 172 ◦ green 62 ◦ blue 223

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

Shades of Dark Orchid #AC3EDF

Tints of Dark Orchid #AC3EDF

RGB

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

 GREEN value IS 62 (24.61% from 255) = 13.57%

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

R = 37.64%
G = 13.57%
B = 48.8%

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

#AC3EDF (or 0xAC3EDF) is known color: Dark Orchid. HEX triplet: AC, 3E and DF. RGB value is (172,62,223). Sum of RGB (Red+Green+Blue) = 172+62+223=457 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.64% from 457); Green value is 62 (24.61% from 255 or 13.57% from 457); Blue value is 223 (87.5% from 255 or 48.80% from 457); Max value from RGB is 223 - color contains mainly: blue. Hex color #AC3EDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC3EDF is #53C120. Grayscale: #707070. Windows color (decimal): -5488929 or 14630572. OLE color: 14630572.

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

Color convert

RGB 172 62 223 -
CMYK 0.23 0.72 0 0.13
HSL 280.99º 0.72% 0.56% -
HSV(B) 280.99º 0.72% 0.87% -
XYZ 32.06 17.54 71.51 -
YUV 113.24 189.94 169.91 -
System Red Green Blue C M Y K H S L
Decimal 172 62 223 0.23 0.72 0 0.13 280.99 0.72 0.56
Hex AC 3E DF 17 48 0 D 119 48 38
Octal 254 76 337 27 110 0 15 431 110 70
Binary 10101100 111110 11011111 10111 1001000 0 1101 100011001 1001000 111000

Color Harmonies of #AC3EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3EDF

Black with #AC3EDF

Text Example


Text Example

White with #AC3EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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