Html Css Color HEX #AC53DF Medium Orchid

📋 copy color: '#AC53DF'

red 172 ◦ green 83 ◦ blue 223

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

Shades of Medium Orchid #AC53DF

Tints of Medium Orchid #AC53DF

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.36%

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

R = 35.98%
G = 17.36%
B = 46.65%

CMYK

 C value IS 0.23

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AC53DF (or 0xAC53DF) is known color: Medium Orchid. HEX triplet: AC, 53 and DF. RGB value is (172,83,223). Sum of RGB (Red+Green+Blue) = 172+83+223=478 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.98% from 478); Green value is 83 (32.81% from 255 or 17.36% from 478); Blue value is 223 (87.5% from 255 or 46.65% from 478); Max value from RGB is 223 - color contains mainly: blue. Hex color #AC53DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC53DF is #53AC20. Grayscale: #7D7D7D. Windows color (decimal): -5483553 or 14635948. OLE color: 14635948.

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

Color convert

RGB 172 83 223 -
CMYK 0.23 0.63 0 0.13
HSL 278.14º 0.69% 0.6% -
HSV(B) 278.14º 0.63% 0.87% -
XYZ 33.43 20.28 71.97 -
YUV 125.57 182.99 161.12 -
System Red Green Blue C M Y K H S L
Decimal 172 83 223 0.23 0.63 0 0.13 278.14 0.69 0.6
Hex AC 53 DF 17 3F 0 D 116 45 3C
Octal 254 123 337 27 77 0 15 426 105 74
Binary 10101100 1010011 11011111 10111 111111 0 1101 100010110 1000101 111100

Color Harmonies of #AC53DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC53DF

Black with #AC53DF

Text Example


Text Example

White with #AC53DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC53DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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